#606167

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

Shades of Comet #606167

Tints of Comet #606167

Color information

#606167 (or 0x606167) is unknown color: approx Comet. HEX triplet: 60, 61 and 67. RGB value is (96,97,103). Sum of RGB (Red+Green+Blue) = 96+97+103=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 103 - color contains mainly: blue. Hex color #606167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606167 is #9F9E98. Grayscale: #616161. Windows color (decimal): -10460825 or 6775136. OLE color: 6775136.

HSL color Cylindrical-coordinate representation of color #606167: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606167 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9697103-
CMYK0.070.0600.60
HSL231.43º3.52%39.02%-
HSV(B)231.43º6.8%40.39%-
XYZ11.5512.0214.54-
YUV97.38131.17127.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=32.43%
G=32.77%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96971030.070.0600.60231.433.5239.02
Hex6061677603Ce7427
Octal14014114776074347447
Binary110000011000011100111111110011110011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606167; }

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

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

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

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

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

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

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

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