#697089

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

Shades of Storm Grey #697089

Tints of Storm Grey #697089

Color information

#697089 (or 0x697089) is unknown color: approx Storm Grey. HEX triplet: 69, 70 and 89. RGB value is (105,112,137). Sum of RGB (Red+Green+Blue) = 105+112+137=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #697089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697089 is #968F76. Grayscale: #707070. Windows color (decimal): -9867127 or 9007209. OLE color: 9007209.

HSL color Cylindrical-coordinate representation of color #697089: hue angle of 226.88º 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 #697089 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105112137-
CMYK0.230.1800.46
HSL226.88º13.22%47.45%-
HSV(B)226.88º23.36%53.73%-
XYZ16.1416.425.98-
YUV112.76141.68122.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=29.66%
G=31.64%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051121370.230.1800.46226.8813.2247.45
Hex697089171202Ee3d2f
Octal15116021127220563431557
Binary110100111100001000100110111100100101110111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697089; }

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

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

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

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

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

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

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

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