Html Css Color HEX #697086 Storm Grey

📋 copy color: '#697086'

red 105 ◦ green 112 ◦ blue 134

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

Shades of Storm Grey #697086

Tints of Storm Grey #697086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 29.91%
G = 31.91%
B = 38.18%

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

#697086 (or 0x697086) is known color: Storm Grey. HEX triplet: 69, 70 and 86. RGB value is (105,112,134). Sum of RGB (Red+Green+Blue) = 105+112+134=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #697086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697086 is #968F79. Grayscale: #707070. Windows color (decimal): -9867130 or 8810601. OLE color: 8810601.

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

Color convert

RGB 105 112 134 -
CMYK 0.22 0.16 0 0.47
HSL 225.52º 0.12% 0.47% -
HSV(B) 225.52º 0.22% 0.53% -
XYZ 15.92 16.31 24.86 -
YUV 112.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 105 112 134 0.22 0.16 0 0.47 225.52 0.12 0.47
Hex 69 70 86 16 10 0 2F E2 C 2F
Octal 151 160 206 26 20 0 57 342 14 57
Binary 1101001 1110000 10000110 10110 10000 0 101111 11100010 1100 101111

Color Harmonies of #697086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697086

Black with #697086

Text Example


Text Example

White with #697086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697086; }

 p { color: rgb(105,112,134); }

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

background-color css

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

 a { background-color: rgb(105,112,134); }

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

border-color css

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

 span { border-color: rgb(105,112,134); }

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