#696F80

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

Shades of Storm Grey #696F80

Tints of Storm Grey #696F80

Color information

#696F80 (or 0x696F80) is unknown color: approx Storm Grey. HEX triplet: 69, 6F and 80. RGB value is (105,111,128). Sum of RGB (Red+Green+Blue) = 105+111+128=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #696F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F80 is #96907F. Grayscale: #6F6F6F. Windows color (decimal): -9867392 or 8417129. OLE color: 8417129.

HSL color Cylindrical-coordinate representation of color #696F80: hue angle of 224.35º 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 #696F80 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105111128-
CMYK0.180.1300.50
HSL224.35º9.87%45.69%-
HSV(B)224.35º17.97%50.2%-
XYZ15.4115.9322.68-
YUV111.14137.51123.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=30.52%
G=32.27%
B=37.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051111280.180.1300.50224.359.8745.69
Hex696F8012D032e0a2e
Octal15115720022150623401256
Binary11010011101111100000001001011010110010111000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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