#697589

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

Shades of Storm Grey #697589

Tints of Storm Grey #697589

Color information

#697589 (or 0x697589) is unknown color: approx Storm Grey. HEX triplet: 69, 75 and 89. RGB value is (105,117,137). Sum of RGB (Red+Green+Blue) = 105+117+137=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #697589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697589 is #968A76. Grayscale: #737373. Windows color (decimal): -9865847 or 9008489. OLE color: 9008489.

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

Color convert

RGB105117137-
CMYK0.230.1500.46
HSL217.5º13.22%47.45%-
HSV(B)217.5º23.36%53.73%-
XYZ16.717.5326.17-
YUV115.69140.02120.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=29.25%
G=32.59%
B=38.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051171370.230.1500.46217.513.2247.45
Hex69758917F02Edad2f
Octal15116521127170563321557
Binary11010011110101100010011011111110101110110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697589; }

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

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

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

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

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

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

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

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