#696E88

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

Shades of Storm Grey #696E88

Tints of Storm Grey #696E88

Color information

#696E88 (or 0x696E88) is unknown color: approx Storm Grey. HEX triplet: 69, 6E and 88. RGB value is (105,110,136). Sum of RGB (Red+Green+Blue) = 105+110+136=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #696E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E88 is #969177. Grayscale: #6F6F6F. Windows color (decimal): -9867640 or 8941161. OLE color: 8941161.

HSL color Cylindrical-coordinate representation of color #696E88: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696E88 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105110136-
CMYK0.230.1900.47
HSL230.32º12.86%47.25%-
HSV(B)230.32º22.79%53.33%-
XYZ15.8515.9325.53-
YUV111.47141.84123.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=29.91%
G=31.34%
B=38.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051101360.230.1900.47230.3212.8647.25
Hex696E88171302Fe6d2f
Octal15115621027230573461557
Binary110100111011101000100010111100110101111111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,136); }

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

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

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

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

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

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

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