#606169

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

Shades of Comet #606169

Tints of Comet #606169

Color information

#606169 (or 0x606169) is unknown color: approx Comet. HEX triplet: 60, 61 and 69. RGB value is (96,97,105). Sum of RGB (Red+Green+Blue) = 96+97+105=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #606169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606169 is #9F9E96. Grayscale: #616161. Windows color (decimal): -10460823 or 6906208. OLE color: 6906208.

HSL color Cylindrical-coordinate representation of color #606169: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606169 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9697105-
CMYK0.090.0800.59
HSL233.33º4.48%39.41%-
HSV(B)233.33º8.57%41.18%-
XYZ11.6512.0615.08-
YUV97.61132.17126.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=32.21%
G=32.55%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96971050.090.0800.59233.334.4839.41
Hex6061699803Be9427
Octal1401411511110073351447
Binary11000001100001110100110011000011101111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606169; }

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

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

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

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

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

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

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

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