#605F71

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

Shades of Comet #605F71

Tints of Comet #605F71

Color information

#605F71 (or 0x605F71) is unknown color: approx Comet. HEX triplet: 60, 5F and 71. RGB value is (96,95,113). Sum of RGB (Red+Green+Blue) = 96+95+113=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #605F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F71 is #9FA08E. Grayscale: #616161. Windows color (decimal): -10461327 or 7429984. OLE color: 7429984.

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

Color convert

RGB9695113-
CMYK0.150.1600.56
HSL243.33º8.65%40.78%-
HSV(B)243.33º15.93%44.31%-
XYZ11.911.8617.29-
YUV97.35136.83127.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=31.58%
G=31.25%
B=37.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96951130.150.1600.56243.338.6540.78
Hex605F71F10038f3929
Octal14013716117200703631151
Binary1100000101111111100011111100000111000111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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