#696F82

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

Shades of Storm Grey #696F82

Tints of Storm Grey #696F82

Color information

#696F82 (or 0x696F82) is unknown color: approx Storm Grey. HEX triplet: 69, 6F and 82. RGB value is (105,111,130). Sum of RGB (Red+Green+Blue) = 105+111+130=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #696F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F82 is #96907D. Grayscale: #6F6F6F. Windows color (decimal): -9867390 or 8548201. OLE color: 8548201.

HSL color Cylindrical-coordinate representation of color #696F82: hue angle of 225.6º 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 #696F82 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105111130-
CMYK0.190.1500.49
HSL225.6º10.64%46.08%-
HSV(B)225.6º19.23%50.98%-
XYZ15.5415.9823.39-
YUV111.37138.51123.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=30.35%
G=32.08%
B=37.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051111300.190.1500.49225.610.6446.08
Hex696F8213F031e2b2e
Octal15115720223170613421356
Binary11010011101111100000101001111110110001111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F82; }

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

 H1.HeaderClassName
 {
   color: #696F82;
 }
 .AnyTagClassName
 {
   color: #696F82;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #696F82;
 }
 .BgClassName
 {
   background-color: #696F82;
 }
</style>
border-color css

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

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

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