Html Css Color HEX #697189 Storm Grey

📋 copy color: '#697189'

red 105 ◦ green 113 ◦ blue 137

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

Shades of Storm Grey #697189

Tints of Storm Grey #697189

RGB

 RED value IS 105 (41.41% from 255) = 29.58%

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 29.58%
G = 31.83%
B = 38.59%

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

#697189 (or 0x697189) is known color: Storm Grey. HEX triplet: 69, 71 and 89. RGB value is (105,113,137). Sum of RGB (Red+Green+Blue) = 105+113+137=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #697189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697189 is #968E76. Grayscale: #717171. Windows color (decimal): -9866871 or 9007465. OLE color: 9007465.

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

Color convert

RGB 105 113 137 -
CMYK 0.23 0.18 0 0.46
HSL 225º 0.13% 0.47% -
HSV(B) 225º 0.23% 0.54% -
XYZ 16.25 16.62 26.02 -
YUV 113.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 105 113 137 0.23 0.18 0 0.46 225 0.13 0.47
Hex 69 71 89 17 12 0 2E E1 D 2F
Octal 151 161 211 27 22 0 56 341 15 57
Binary 1101001 1110001 10001001 10111 10010 0 101110 11100001 1101 101111

Color Harmonies of #697189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697189

Black with #697189

Text Example


Text Example

White with #697189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697189; }

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

 H1.HeaderClassName
 {
   color: #697189;
 }
 .AnyTagClassName
 {
   color: #697189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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