#686872

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

Shades of Comet #686872

Tints of Comet #686872

Color information

#686872 (or 0x686872) is unknown color: approx Comet. HEX triplet: 68, 68 and 72. RGB value is (104,104,114). Sum of RGB (Red+Green+Blue) = 104+104+114=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #686872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686872 is #97978D. Grayscale: #696969. Windows color (decimal): -9934734 or 7497832. OLE color: 7497832.

HSL color Cylindrical-coordinate representation of color #686872: hue angle of 240º 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 #686872 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104104114-
CMYK0.090.0900.55
HSL240º4.59%42.75%-
HSV(B)240º8.77%44.71%-
XYZ13.714.0617.91-
YUV105.14133127.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=32.30%
G=32.30%
B=35.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041041140.090.0900.552404.5942.75
Hex68687299037f052b
Octal1501501621111067360553
Binary11010001101000111001010011001011011111110000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686872; }

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

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

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

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

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

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

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

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