#697183

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

Shades of Storm Grey #697183

Tints of Storm Grey #697183

Color information

#697183 (or 0x697183) is unknown color: approx Storm Grey. HEX triplet: 69, 71 and 83. RGB value is (105,113,131). Sum of RGB (Red+Green+Blue) = 105+113+131=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #697183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697183 is #968E7C. Grayscale: #707070. Windows color (decimal): -9866877 or 8614249. OLE color: 8614249.

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

Color convert

RGB105113131-
CMYK0.200.1400.49
HSL221.54º11.02%46.27%-
HSV(B)221.54º19.85%51.37%-
XYZ15.8316.4523.81-
YUV112.66138.35122.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=30.09%
G=32.38%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051131310.200.1400.49221.5411.0246.27
Hex69718314E031deb2e
Octal15116120324160613361356
Binary11010011110001100000111010011100110001110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697183; }

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

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

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

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

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

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

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

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