#69696F

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

Shades of Comet #69696F

Tints of Comet #69696F

Color information

#69696F (or 0x69696F) is unknown color: approx Comet. HEX triplet: 69, 69 and 6F. RGB value is (105,105,111). Sum of RGB (Red+Green+Blue) = 105+105+111=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 111 - color contains mainly: blue. Hex color #69696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69696F is #969690. Grayscale: #696969. Windows color (decimal): -9868945 or 7301481. OLE color: 7301481.

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

Color convert

RGB105105111-
CMYK0.050.0500.56
HSL240º2.78%42.35%-
HSV(B)240º5.41%43.53%-
XYZ13.7514.2517.07-
YUV105.68131127.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=32.71%
G=32.71%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051051110.050.0500.562402.7842.35
Hex69696F55038f032a
Octal15115115755070360352
Binary11010011101001110111110110101110001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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