#696E83

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

Shades of Storm Grey #696E83

Tints of Storm Grey #696E83

Color information

#696E83 (or 0x696E83) is unknown color: approx Storm Grey. HEX triplet: 69, 6E and 83. RGB value is (105,110,131). Sum of RGB (Red+Green+Blue) = 105+110+131=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #696E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E83 is #96917C. Grayscale: #6E6E6E. Windows color (decimal): -9867645 or 8613481. OLE color: 8613481.

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

Color convert

RGB105110131-
CMYK0.200.1600.49
HSL228.46º11.02%46.27%-
HSV(B)228.46º19.85%51.37%-
XYZ15.515.7923.7-
YUV110.9139.34123.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=30.35%
G=31.79%
B=37.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051101310.200.1600.49228.4611.0246.27
Hex696E831410031e4b2e
Octal15115620324200613441356
Binary110100111011101000001110100100000110001111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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