#696D83

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

Shades of Storm Grey #696D83

Tints of Storm Grey #696D83

Color information

#696D83 (or 0x696D83) is unknown color: approx Storm Grey. HEX triplet: 69, 6D and 83. RGB value is (105,109,131). Sum of RGB (Red+Green+Blue) = 105+109+131=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #696D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D83 is #96927C. Grayscale: #6E6E6E. Windows color (decimal): -9867901 or 8613225. OLE color: 8613225.

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

Color convert

RGB105109131-
CMYK0.200.1700.49
HSL230.77º11.02%46.27%-
HSV(B)230.77º19.85%51.37%-
XYZ15.3915.5823.67-
YUV110.31139.67124.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=30.43%
G=31.59%
B=37.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051091310.200.1700.49230.7711.0246.27
Hex696D831411031e7b2e
Octal15115520324210613471356
Binary110100111011011000001110100100010110001111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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