#605E76

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

Shades of Comet #605E76

Tints of Comet #605E76

Color information

#605E76 (or 0x605E76) is unknown color: approx Comet. HEX triplet: 60, 5E and 76. RGB value is (96,94,118). Sum of RGB (Red+Green+Blue) = 96+94+118=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #605E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E76 is #9FA189. Grayscale: #616161. Windows color (decimal): -10461578 or 7757408. OLE color: 7757408.

HSL color Cylindrical-coordinate representation of color #605E76: hue angle of 245º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #605E76 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9694118-
CMYK0.190.2000.54
HSL245º11.32%41.57%-
HSV(B)245º20.34%46.27%-
XYZ12.111.818.78-
YUV97.33139.66127.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=31.17%
G=30.52%
B=38.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96941180.190.2000.5424511.3241.57
Hex605E761314036f5b2a
Octal14013616623240663651352
Binary11000001011110111011010011101000110110111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E76; }

 p { color: rgb(96,94,118); }

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

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

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

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

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

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

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