#697082

Color #697082 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #697082

Tints of Storm Grey #697082

Color information

#697082 (or 0x697082) is unknown color: approx 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

RGB105112130-
CMYK0.190.1400.49
HSL223.2º10.64%46.08%-
HSV(B)223.2º19.23%50.98%-
XYZ15.6516.223.42-
YUV111.96138.18123.04-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051121300.190.1400.49223.210.6446.08
Hex69708213E031dfb2e
Octal15116020223160613371356
Binary11010011110000100000101001111100110001110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>