#604261

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

Shades of Seance #604261

Tints of Seance #604261

Color information

#604261 (or 0x604261) is unknown color: approx Seance. HEX triplet: 60, 42 and 61. RGB value is (96,66,97). Sum of RGB (Red+Green+Blue) = 96+66+97=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #604261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604261 is #9FBD9E. Grayscale: #4E4E4E. Windows color (decimal): -10468767 or 6373984. OLE color: 6373984.

HSL color Cylindrical-coordinate representation of color #604261: hue angle of 298.06º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604261 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB966697-
CMYK0.010.3200.62
HSL298.06º19.02%31.96%-
HSV(B)298.06º31.96%38.04%-
XYZ8.937.2512.24-
YUV78.5138.44140.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=37.07%
G=25.48%
B=37.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9666970.010.3200.62298.0619.0231.96
Hex60426112003E12a1320
Octal1401021411400764522340
Binary1100000100001011000011100000011111010010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604261; }

 p { color: rgb(96,66,97); }

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

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

 a { background-color: rgb(96,66,97); }

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

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

 span { border-color: rgb(96,66,97); }

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