Html Css Color HEX #697082 Storm Grey

📋 copy color: '#697082'

red 105 ◦ green 112 ◦ blue 130

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

Shades of Storm Grey #697082

Tints of Storm Grey #697082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 30.26%
G = 32.28%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697082 (or 0x697082) is known color: Storm Grey. HEX triplet: 69, 70 and 82. RGB value is (105,112,130). Sum of RGB (Red+Green+Blue) = 105+112+130=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #697082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697082 is #968F7D. Grayscale: #6F6F6F. Windows color (decimal): -9867134 or 8548457. OLE color: 8548457.

HSL color Cylindrical-coordinate representation of color #697082: hue angle of 223.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697082 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 112 130 -
CMYK 0.19 0.14 0 0.49
HSL 223.2º 0.11% 0.46% -
HSV(B) 223.2º 0.19% 0.51% -
XYZ 15.65 16.2 23.42 -
YUV 111.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 105 112 130 0.19 0.14 0 0.49 223.2 0.11 0.46
Hex 69 70 82 13 E 0 31 DF B 2E
Octal 151 160 202 23 16 0 61 337 13 56
Binary 1101001 1110000 10000010 10011 1110 0 110001 11011111 1011 101110

Color Harmonies of #697082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697082

Black with #697082

Text Example


Text Example

White with #697082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697082; }

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

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

background-color css

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

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

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

border-color css

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

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

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