Html Css Color HEX #697081 Storm Grey

📋 copy color: '#697081'

red 105 ◦ green 112 ◦ blue 129

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

Shades of Storm Grey #697081

Tints of Storm Grey #697081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 30.35%
G = 32.37%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697081 (or 0x697081) is known color: Storm Grey. HEX triplet: 69, 70 and 81. RGB value is (105,112,129). Sum of RGB (Red+Green+Blue) = 105+112+129=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #697081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697081 is #968F7E. Grayscale: #6F6F6F. Windows color (decimal): -9867135 or 8482921. OLE color: 8482921.

HSL color Cylindrical-coordinate representation of color #697081: hue angle of 222.5º degrees, saturation: 0.1, 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 #697081 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 112 129 -
CMYK 0.19 0.13 0 0.49
HSL 222.5º 0.1% 0.46% -
HSV(B) 222.5º 0.19% 0.51% -
XYZ 15.58 16.18 23.07 -
YUV 111.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 105 112 129 0.19 0.13 0 0.49 222.5 0.1 0.46
Hex 69 70 81 13 D 0 31 DE A 2E
Octal 151 160 201 23 15 0 61 336 12 56
Binary 1101001 1110000 10000001 10011 1101 0 110001 11011110 1010 101110

Color Harmonies of #697081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697081

Black with #697081

Text Example


Text Example

White with #697081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697081; }

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

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

background-color css

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

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

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

border-color css

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

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

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