#696A76

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

Shades of Comet #696A76

Tints of Comet #696A76

Color information

#696A76 (or 0x696A76) is unknown color: approx Comet. HEX triplet: 69, 6A and 76. RGB value is (105,106,118). Sum of RGB (Red+Green+Blue) = 105+106+118=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #696A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A76 is #969589. Grayscale: #6B6B6B. Windows color (decimal): -9868682 or 7760489. OLE color: 7760489.

HSL color Cylindrical-coordinate representation of color #696A76: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696A76 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105106118-
CMYK0.110.1000.54
HSL235.38º5.83%43.73%-
HSV(B)235.38º11.02%46.27%-
XYZ14.2514.6219.21-
YUV107.07134.17126.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=31.91%
G=32.22%
B=35.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051061180.110.1000.54235.385.8343.73
Hex696A76BA036eb62c
Octal1511521661312066353654
Binary11010011101010111011010111010011011011101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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