#696D7C

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

Shades of Storm Grey #696D7C

Tints of Storm Grey #696D7C

Color information

#696D7C (or 0x696D7C) is unknown color: approx Storm Grey. HEX triplet: 69, 6D and 7C. RGB value is (105,109,124). Sum of RGB (Red+Green+Blue) = 105+109+124=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #696D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D7C is #969283. Grayscale: #6D6D6D. Windows color (decimal): -9867908 or 8154473. OLE color: 8154473.

HSL color Cylindrical-coordinate representation of color #696D7C: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696D7C is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105109124-
CMYK0.150.1200.51
HSL227.37º8.3%44.9%-
HSV(B)227.37º15.32%48.63%-
XYZ14.9315.421.25-
YUV109.51136.17124.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=31.07%
G=32.25%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051091240.150.1200.51227.378.344.9
Hex696D7CFC033e382d
Octal15115517417140633431055
Binary110100111011011111100111111000110011111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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