#613D67

Color #613D67 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #613D67

Tints of Seance #613D67

Color information

#613D67 (or 0x613D67) is unknown color: approx Seance. HEX triplet: 61, 3D and 67. RGB value is (97,61,103). Sum of RGB (Red+Green+Blue) = 97+61+103=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #613D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D67 is #9EC298. Grayscale: #4C4C4C. Windows color (decimal): -10404505 or 6765921. OLE color: 6765921.

HSL color Cylindrical-coordinate representation of color #613D67: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613D67 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9761103-
CMYK0.060.4100.60
HSL291.43º25.61%32.16%-
HSV(B)291.43º40.78%40.39%-
XYZ9.056.8613.68-
YUV76.55142.93142.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 61 (24.22% from 255) = 23.37%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=37.16%
G=23.37%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97611030.060.4100.60291.4325.6132.16
Hex613D6762903C1231a20
Octal141751476510744433240
Binary11000011111011100111110101001011110010010001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613D67; }

 p { color: rgb(97,61,103); }

 H1.HeaderClassName
 {
   color: #613D67;
 }
 .AnyTagClassName
 {
   color: #613D67;
 }
</style>
background-color css

<style>
 a { background-color: #613D67; }

 a { background-color: rgb(97,61,103); }

 div.DivClassName
 {
   background-color: #613D67;
 }
 .BgClassName
 {
   background-color: #613D67;
 }
</style>
border-color css

<style>
 span { border-color: #613D67; }

 span { border-color: rgb(97,61,103); }

 td.TdClassName
 {
   border-color: #613D67;
 }
 .TagClassName
 {
   border-color: #613D67;
 }
</style>