#696F87

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

Shades of Storm Grey #696F87

Tints of Storm Grey #696F87

Color information

#696F87 (or 0x696F87) is unknown color: approx Storm Grey. HEX triplet: 69, 6F and 87. RGB value is (105,111,135). Sum of RGB (Red+Green+Blue) = 105+111+135=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #696F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F87 is #969078. Grayscale: #6F6F6F. Windows color (decimal): -9867385 or 8875881. OLE color: 8875881.

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

Color convert

RGB105111135-
CMYK0.220.1800.47
HSL228º12.5%47.06%-
HSV(B)228º22.22%52.94%-
XYZ15.8816.1225.2-
YUV111.94141.01123.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=29.91%
G=31.62%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051111350.220.1800.4722812.547.06
Hex696F87161202Fe4c2f
Octal15115720726220573441457
Binary110100111011111000011110110100100101111111001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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