#606171

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

Shades of Comet #606171

Tints of Comet #606171

Color information

#606171 (or 0x606171) is unknown color: approx Comet. HEX triplet: 60, 61 and 71. RGB value is (96,97,113). Sum of RGB (Red+Green+Blue) = 96+97+113=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #606171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606171 is #9F9E8E. Grayscale: #626262. Windows color (decimal): -10460815 or 7430496. OLE color: 7430496.

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

Color convert

RGB9697113-
CMYK0.150.1400.56
HSL236.47º8.13%40.98%-
HSV(B)236.47º15.04%44.31%-
XYZ12.0812.2317.35-
YUV98.52136.17126.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=31.37%
G=31.70%
B=36.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96971130.150.1400.56236.478.1340.98
Hex606171FE038ec829
Octal14014116117160703541051
Binary110000011000011110001111111100111000111011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606171; }

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

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

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

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

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

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

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

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