#697287

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

Shades of Storm Grey #697287

Tints of Storm Grey #697287

Color information

#697287 (or 0x697287) is unknown color: approx Storm Grey. HEX triplet: 69, 72 and 87. RGB value is (105,114,135). Sum of RGB (Red+Green+Blue) = 105+114+135=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #697287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697287 is #968D78. Grayscale: #717171. Windows color (decimal): -9866617 or 8876649. OLE color: 8876649.

HSL color Cylindrical-coordinate representation of color #697287: hue angle of 222º 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 #697287 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105114135-
CMYK0.220.1600.47
HSL222º12.5%47.06%-
HSV(B)222º22.22%52.94%-
XYZ16.2216.7925.31-
YUV113.7140.02121.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=29.66%
G=32.20%
B=38.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051141350.220.1600.4722212.547.06
Hex697287161002Fdec2f
Octal15116220726200573361457
Binary110100111100101000011110110100000101111110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697287; }

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

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

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

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

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

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

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

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