#68696E

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

Shades of Comet #68696E

Tints of Comet #68696E

Color information

#68696E (or 0x68696E) is unknown color: approx Comet. HEX triplet: 68, 69 and 6E. RGB value is (104,105,110). Sum of RGB (Red+Green+Blue) = 104+105+110=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 110 - color contains mainly: blue. Hex color #68696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68696E is #979691. Grayscale: #696969. Windows color (decimal): -9934482 or 7235944. OLE color: 7235944.

HSL color Cylindrical-coordinate representation of color #68696E: hue angle of 230º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #68696E is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB104105110-
CMYK0.050.0500.57
HSL230º2.8%41.96%-
HSV(B)230º5.45%43.14%-
XYZ13.5714.1716.77-
YUV105.27130.67127.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=32.60%
G=32.92%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041051100.050.0500.572302.841.96
Hex68696E55039e632a
Octal15015115655071346352
Binary11010001101001110111010110101110011110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68696E; }

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

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

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

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

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

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

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

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