#686974

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

Shades of Comet #686974

Tints of Comet #686974

Color information

#686974 (or 0x686974) is unknown color: approx Comet. HEX triplet: 68, 69 and 74. RGB value is (104,105,116). Sum of RGB (Red+Green+Blue) = 104+105+116=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #686974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686974 is #97968B. Grayscale: #696969. Windows color (decimal): -9934476 or 7629160. OLE color: 7629160.

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

Color convert

RGB104105116-
CMYK0.100.0900.55
HSL235º5.45%43.14%-
HSV(B)235º10.34%45.49%-
XYZ13.9114.3118.55-
YUV105.96133.67126.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=32%
G=32.31%
B=35.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041051160.100.0900.552355.4543.14
Hex686974A9037eb52b
Octal1501511641211067353553
Binary11010001101001111010010101001011011111101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686974; }

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

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

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

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

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

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

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

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