#606172

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

Shades of Comet #606172

Tints of Comet #606172

Color information

#606172 (or 0x606172) is unknown color: approx Comet. HEX triplet: 60, 61 and 72. RGB value is (96,97,114). Sum of RGB (Red+Green+Blue) = 96+97+114=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #606172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606172 is #9F9E8D. Grayscale: #626262. Windows color (decimal): -10460814 or 7496032. OLE color: 7496032.

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

Color convert

RGB9697114-
CMYK0.160.1500.55
HSL236.67º8.57%41.18%-
HSV(B)236.67º15.79%44.71%-
XYZ12.1412.2517.64-
YUV98.64136.67126.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=31.27%
G=31.60%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96971140.160.1500.55236.678.5741.18
Hex60617210F037ed929
Octal14014116220170673551151
Binary1100000110000111100101000011110110111111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606172; }

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

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

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

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

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

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

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

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