#604260

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

Shades of Seance #604260

Tints of Seance #604260

Color information

#604260 (or 0x604260) is unknown color: approx Seance. HEX triplet: 60, 42 and 60. RGB value is (96,66,96). Sum of RGB (Red+Green+Blue) = 96+66+96=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604260 is #9FBD9F. Grayscale: #4E4E4E. Windows color (decimal): -10468768 or 6308448. OLE color: 6308448.

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

Color convert

RGB966696-
CMYK00.3100.62
HSL300º18.52%31.76%-
HSV(B)300º31.25%37.65%-
XYZ8.887.2311.99-
YUV78.39137.94140.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=37.21%
G=25.58%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96669600.3100.6230018.5231.76
Hex60426001F03E12c1320
Octal1401021400370764542340
Binary110000010000101100000011111011111010010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604260; }

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

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

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

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

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

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

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

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