#696F83

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

Shades of Storm Grey #696F83

Tints of Storm Grey #696F83

Color information

#696F83 (or 0x696F83) is unknown color: approx Storm Grey. HEX triplet: 69, 6F and 83. RGB value is (105,111,131). Sum of RGB (Red+Green+Blue) = 105+111+131=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #696F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F83 is #96907C. Grayscale: #6F6F6F. Windows color (decimal): -9867389 or 8613737. OLE color: 8613737.

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

Color convert

RGB105111131-
CMYK0.200.1500.49
HSL226.15º11.02%46.27%-
HSV(B)226.15º19.85%51.37%-
XYZ15.6116.0123.74-
YUV111.49139.01123.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=30.26%
G=31.99%
B=37.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051111310.200.1500.49226.1511.0246.27
Hex696F8314F031e2b2e
Octal15115720324170613421356
Binary11010011101111100000111010011110110001111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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