Html Css Color HEX #697288 Storm Grey

📋 copy color: '#697288'

red 105 ◦ green 114 ◦ blue 136

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

Shades of Storm Grey #697288

Tints of Storm Grey #697288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 29.58%
G = 32.11%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697288 (or 0x697288) is known color: Storm Grey. HEX triplet: 69, 72 and 88. RGB value is (105,114,136). Sum of RGB (Red+Green+Blue) = 105+114+136=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #697288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697288 is #968D77. Grayscale: #717171. Windows color (decimal): -9866616 or 8942185. OLE color: 8942185.

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

Color convert

RGB 105 114 136 -
CMYK 0.23 0.16 0 0.47
HSL 222.58º 0.13% 0.47% -
HSV(B) 222.58º 0.23% 0.53% -
XYZ 16.29 16.82 25.68 -
YUV 113.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 105 114 136 0.23 0.16 0 0.47 222.58 0.13 0.47
Hex 69 72 88 17 10 0 2F DF D 2F
Octal 151 162 210 27 20 0 57 337 15 57
Binary 1101001 1110010 10001000 10111 10000 0 101111 11011111 1101 101111

Color Harmonies of #697288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697288

Black with #697288

Text Example


Text Example

White with #697288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697288; }

 p { color: rgb(105,114,136); }

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

background-color css

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

 a { background-color: rgb(105,114,136); }

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

border-color css

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

 span { border-color: rgb(105,114,136); }

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