#697487

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

Shades of Storm Grey #697487

Tints of Storm Grey #697487

Color information

#697487 (or 0x697487) is unknown color: approx Storm Grey. HEX triplet: 69, 74 and 87. RGB value is (105,116,135). Sum of RGB (Red+Green+Blue) = 105+116+135=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #697487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697487 is #968B78. Grayscale: #727272. Windows color (decimal): -9866105 or 8877161. OLE color: 8877161.

HSL color Cylindrical-coordinate representation of color #697487: hue angle of 218º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697487 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105116135-
CMYK0.220.1400.47
HSL218º12.5%47.06%-
HSV(B)218º22.22%52.94%-
XYZ16.4417.2425.38-
YUV114.88139.36120.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=29.49%
G=32.58%
B=37.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051161350.220.1400.4721812.547.06
Hex69748716E02Fdac2f
Octal15116420726160573321457
Binary11010011110100100001111011011100101111110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697487; }

 p { color: rgb(105,116,135); }

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

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

 a { background-color: rgb(105,116,135); }

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

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

 span { border-color: rgb(105,116,135); }

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