#696976

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

Shades of Comet #696976

Tints of Comet #696976

Color information

#696976 (or 0x696976) is unknown color: approx Comet. HEX triplet: 69, 69 and 76. RGB value is (105,105,118). Sum of RGB (Red+Green+Blue) = 105+105+118=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #696976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696976 is #969689. Grayscale: #6A6A6A. Windows color (decimal): -9868938 or 7760233. OLE color: 7760233.

HSL color Cylindrical-coordinate representation of color #696976: hue angle of 240º 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 #696976 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105105118-
CMYK0.110.1100.54
HSL240º5.83%43.73%-
HSV(B)240º11.02%46.27%-
XYZ14.1514.4119.18-
YUV106.48134.5126.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=32.01%
G=32.01%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051051180.110.1100.542405.8343.73
Hex696976BB036f062c
Octal1511511661313066360654
Binary11010011101001111011010111011011011011110000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696976; }

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

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

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

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

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

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

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

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