#605E72

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

Shades of Comet #605E72

Tints of Comet #605E72

Color information

#605E72 (or 0x605E72) is unknown color: approx Comet. HEX triplet: 60, 5E and 72. RGB value is (96,94,114). Sum of RGB (Red+Green+Blue) = 96+94+114=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #605E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E72 is #9FA18D. Grayscale: #606060. Windows color (decimal): -10461582 or 7495264. OLE color: 7495264.

HSL color Cylindrical-coordinate representation of color #605E72: hue angle of 246º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #605E72 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9694114-
CMYK0.160.1800.55
HSL246º9.62%40.78%-
HSV(B)246º17.54%44.71%-
XYZ11.8611.7117.55-
YUV96.88137.66127.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=31.58%
G=30.92%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96941140.160.1800.552469.6240.78
Hex605E721012037f6a29
Octal14013616220220673661251
Binary11000001011110111001010000100100110111111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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