Html Css Color HEX #697089 Storm Grey

📋 copy color: '#697089'

red 105 ◦ green 112 ◦ blue 137

#697089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #697089

Tints of Storm Grey #697089

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.7%

R = 29.66%
G = 31.64%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#697089 (or 0x697089) is known color: 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

RGB 105 112 137 -
CMYK 0.23 0.18 0 0.46
HSL 226.88º 0.13% 0.47% -
HSV(B) 226.88º 0.23% 0.54% -
XYZ 16.14 16.4 25.98 -
YUV 112.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 105 112 137 0.23 0.18 0 0.46 226.88 0.13 0.47
Hex 69 70 89 17 12 0 2E E3 D 2F
Octal 151 160 211 27 22 0 56 343 15 57
Binary 1101001 1110000 10001001 10111 10010 0 101110 11100011 1101 101111

Color Harmonies of #697089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697089

Black with #697089

Text Example


Text Example

White with #697089

Text Example


Text Example

HTML Codes & Css Web 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>