Html Css Color HEX #697387 Storm Grey

📋 copy color: '#697387'

red 105 ◦ green 115 ◦ blue 135

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

Shades of Storm Grey #697387

Tints of Storm Grey #697387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 29.58%
G = 32.39%
B = 38.03%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697387 (or 0x697387) is known color: Storm Grey. HEX triplet: 69, 73 and 87. RGB value is (105,115,135). Sum of RGB (Red+Green+Blue) = 105+115+135=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #697387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697387 is #968C78. Grayscale: #727272. Windows color (decimal): -9866361 or 8876905. OLE color: 8876905.

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

Color convert

RGB 105 115 135 -
CMYK 0.22 0.15 0 0.47
HSL 220º 0.13% 0.47% -
HSV(B) 220º 0.22% 0.53% -
XYZ 16.33 17.01 25.35 -
YUV 114.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 105 115 135 0.22 0.15 0 0.47 220 0.13 0.47
Hex 69 73 87 16 F 0 2F DC C 2F
Octal 151 163 207 26 17 0 57 334 14 57
Binary 1101001 1110011 10000111 10110 1111 0 101111 11011100 1100 101111

Color Harmonies of #697387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697387

Black with #697387

Text Example


Text Example

White with #697387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697387; }

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

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

background-color css

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

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

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

border-color css

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

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

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