#605E71

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

Shades of Comet #605E71

Tints of Comet #605E71

Color information

#605E71 (or 0x605E71) is unknown color: approx Comet. HEX triplet: 60, 5E and 71. RGB value is (96,94,113). Sum of RGB (Red+Green+Blue) = 96+94+113=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #605E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E71 is #9FA18E. Grayscale: #606060. Windows color (decimal): -10461583 or 7429728. OLE color: 7429728.

HSL color Cylindrical-coordinate representation of color #605E71: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605E71 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9694113-
CMYK0.150.1700.56
HSL246.32º9.18%40.59%-
HSV(B)246.32º16.81%44.31%-
XYZ11.8111.6817.26-
YUV96.76137.16127.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=31.68%
G=31.02%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96941130.150.1700.56246.329.1840.59
Hex605E71F11038f6929
Octal14013616117210703661151
Binary1100000101111011100011111100010111000111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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