#686972

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

Shades of Comet #686972

Tints of Comet #686972

Color information

#686972 (or 0x686972) is unknown color: approx Comet. HEX triplet: 68, 69 and 72. RGB value is (104,105,114). Sum of RGB (Red+Green+Blue) = 104+105+114=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #686972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686972 is #97968D. Grayscale: #696969. Windows color (decimal): -9934478 or 7498088. OLE color: 7498088.

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

Color convert

RGB104105114-
CMYK0.090.0800.55
HSL234º4.59%42.75%-
HSV(B)234º8.77%44.71%-
XYZ13.814.2617.95-
YUV105.73132.67126.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=32.20%
G=32.51%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041051140.090.0800.552344.5942.75
Hex68697298037ea52b
Octal1501511621110067352553
Binary11010001101001111001010011000011011111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686972; }

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

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

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

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

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

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

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

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