#606168

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

Shades of Comet #606168

Tints of Comet #606168

Color information

#606168 (or 0x606168) is unknown color: approx Comet. HEX triplet: 60, 61 and 68. RGB value is (96,97,104). Sum of RGB (Red+Green+Blue) = 96+97+104=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #606168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606168 is #9F9E97. Grayscale: #616161. Windows color (decimal): -10460824 or 6840672. OLE color: 6840672.

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

Color convert

RGB9697104-
CMYK0.080.0700.59
HSL232.5º4%39.22%-
HSV(B)232.5º7.69%40.78%-
XYZ11.612.0414.81-
YUV97.5131.67126.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=32.32%
G=32.66%
B=35.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96971040.080.0700.59232.5439.22
Hex6061688703Be8427
Octal140141150107073350447
Binary1100000110000111010001000111011101111101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606168; }

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

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

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

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

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

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

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

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