#68696F

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

Shades of Comet #68696F

Tints of Comet #68696F

Color information

#68696F (or 0x68696F) is unknown color: approx Comet. HEX triplet: 68, 69 and 6F. RGB value is (104,105,111). Sum of RGB (Red+Green+Blue) = 104+105+111=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 111 - color contains mainly: blue. Hex color #68696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68696F is #979690. Grayscale: #696969. Windows color (decimal): -9934481 or 7301480. OLE color: 7301480.

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

Color convert

RGB104105111-
CMYK0.060.0500.56
HSL231.43º3.26%42.16%-
HSV(B)231.43º6.31%43.53%-
XYZ13.6314.1917.06-
YUV105.38131.17127.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=32.5%
G=32.81%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041051110.060.0500.56231.433.2642.16
Hex68696F65038e732a
Octal15015115765070347352
Binary11010001101001110111111010101110001110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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