#686970

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

Shades of Comet #686970

Tints of Comet #686970

Color information

#686970 (or 0x686970) is unknown color: approx Comet. HEX triplet: 68, 69 and 70. RGB value is (104,105,112). Sum of RGB (Red+Green+Blue) = 104+105+112=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #686970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686970 is #97968F. Grayscale: #696969. Windows color (decimal): -9934480 or 7367016. OLE color: 7367016.

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

Color convert

RGB104105112-
CMYK0.070.0600.56
HSL232.5º3.7%42.35%-
HSV(B)232.5º7.14%43.92%-
XYZ13.6914.2217.35-
YUV105.5131.67126.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=32.40%
G=32.71%
B=34.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041051120.070.0600.56232.53.742.35
Hex68697076038e842a
Octal15015116076070350452
Binary110100011010011110000111110011100011101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686970; }

 p { color: rgb(104,105,112); }

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

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

 a { background-color: rgb(104,105,112); }

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

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

 span { border-color: rgb(104,105,112); }

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