Html Css Color HEX #697187 Storm Grey

📋 copy color: '#697187'

red 105 ◦ green 113 ◦ blue 135

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

Shades of Storm Grey #697187

Tints of Storm Grey #697187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 29.75%
G = 32.01%
B = 38.24%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697187 (or 0x697187) is known color: Storm Grey. HEX triplet: 69, 71 and 87. RGB value is (105,113,135). Sum of RGB (Red+Green+Blue) = 105+113+135=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #697187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697187 is #968E78. Grayscale: #717171. Windows color (decimal): -9866873 or 8876393. OLE color: 8876393.

HSL color Cylindrical-coordinate representation of color #697187: hue angle of 224º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697187 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 113 135 -
CMYK 0.22 0.16 0 0.47
HSL 224º 0.13% 0.47% -
HSV(B) 224º 0.22% 0.53% -
XYZ 16.1 16.56 25.27 -
YUV 113.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 105 113 135 0.22 0.16 0 0.47 224 0.13 0.47
Hex 69 71 87 16 10 0 2F E0 C 2F
Octal 151 161 207 26 20 0 57 340 14 57
Binary 1101001 1110001 10000111 10110 10000 0 101111 11100000 1100 101111

Color Harmonies of #697187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697187

Black with #697187

Text Example


Text Example

White with #697187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697187; }

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

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

background-color css

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

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

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

border-color css

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

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

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