#696C80

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

Shades of Comet #696C80

Tints of Comet #696C80

Color information

#696C80 (or 0x696C80) is unknown color: approx Comet. HEX triplet: 69, 6C and 80. RGB value is (105,108,128). Sum of RGB (Red+Green+Blue) = 105+108+128=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #696C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C80 is #96937F. Grayscale: #6D6D6D. Windows color (decimal): -9868160 or 8416361. OLE color: 8416361.

HSL color Cylindrical-coordinate representation of color #696C80: hue angle of 232.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696C80 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105108128-
CMYK0.180.1600.50
HSL232.17º9.87%45.69%-
HSV(B)232.17º17.97%50.2%-
XYZ15.0815.2922.58-
YUV109.38138.51124.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=30.79%
G=31.67%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051081280.180.1600.50232.179.8745.69
Hex696C801210032e8a2e
Octal15115420022200623501256
Binary110100111011001000000010010100000110010111010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,128); }

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

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

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

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

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

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

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