#696A6F

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

Shades of Comet #696A6F

Tints of Comet #696A6F

Color information

#696A6F (or 0x696A6F) is unknown color: approx Comet. HEX triplet: 69, 6A and 6F. RGB value is (105,106,111). Sum of RGB (Red+Green+Blue) = 105+106+111=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 111 - color contains mainly: blue. Hex color #696A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A6F is #969590. Grayscale: #6A6A6A. Windows color (decimal): -9868689 or 7301737. OLE color: 7301737.

HSL color Cylindrical-coordinate representation of color #696A6F: hue angle of 230º 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 #696A6F is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105106111-
CMYK0.050.0500.56
HSL230º2.78%42.35%-
HSV(B)230º5.41%43.53%-
XYZ13.8514.4617.1-
YUV106.27130.67127.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=32.61%
G=32.92%
B=34.47%

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
Decimal1051061110.050.0500.562302.7842.35
Hex696A6F55038e632a
Octal15115215755070346352
Binary11010011101010110111110110101110001110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696A6F; }

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

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

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

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

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

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

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

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