#696F89

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

Shades of Storm Grey #696F89

Tints of Storm Grey #696F89

Color information

#696F89 (or 0x696F89) is unknown color: approx Storm Grey. HEX triplet: 69, 6F and 89. RGB value is (105,111,137). Sum of RGB (Red+Green+Blue) = 105+111+137=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #696F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F89 is #969076. Grayscale: #707070. Windows color (decimal): -9867383 or 9006953. OLE color: 9006953.

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

Color convert

RGB105111137-
CMYK0.230.1900.46
HSL228.75º13.22%47.45%-
HSV(B)228.75º23.36%53.73%-
XYZ16.0316.1825.94-
YUV112.17142.01122.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=29.75%
G=31.44%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051111370.230.1900.46228.7513.2247.45
Hex696F89171302Ee5d2f
Octal15115721127230563451557
Binary110100111011111000100110111100110101110111001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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