#696E82

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

Shades of Storm Grey #696E82

Tints of Storm Grey #696E82

Color information

#696E82 (or 0x696E82) is unknown color: approx Storm Grey. HEX triplet: 69, 6E and 82. RGB value is (105,110,130). Sum of RGB (Red+Green+Blue) = 105+110+130=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #696E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E82 is #96917D. Grayscale: #6E6E6E. Windows color (decimal): -9867646 or 8547945. OLE color: 8547945.

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

Color convert

RGB105110130-
CMYK0.190.1500.49
HSL228º10.64%46.08%-
HSV(B)228º19.23%50.98%-
XYZ15.4315.7723.35-
YUV110.78138.84123.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=30.43%
G=31.88%
B=37.68%

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
Decimal1051101300.190.1500.4922810.6446.08
Hex696E8213F031e4b2e
Octal15115620223170613441356
Binary11010011101110100000101001111110110001111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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