#696E85

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

Shades of Storm Grey #696E85

Tints of Storm Grey #696E85

Color information

#696E85 (or 0x696E85) is unknown color: approx Storm Grey. HEX triplet: 69, 6E and 85. RGB value is (105,110,133). Sum of RGB (Red+Green+Blue) = 105+110+133=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #696E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E85 is #96917A. Grayscale: #6F6F6F. Windows color (decimal): -9867643 or 8744553. OLE color: 8744553.

HSL color Cylindrical-coordinate representation of color #696E85: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696E85 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105110133-
CMYK0.210.1700.48
HSL229.29º11.76%46.67%-
HSV(B)229.29º21.05%52.16%-
XYZ15.6415.8524.43-
YUV111.13140.34123.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=30.17%
G=31.61%
B=38.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051101330.210.1700.48229.2911.7646.67
Hex696E851511030e5c2f
Octal15115620525210603451457
Binary110100111011101000010110101100010110000111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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