#697185

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

Shades of Storm Grey #697185

Tints of Storm Grey #697185

Color information

#697185 (or 0x697185) is unknown color: approx Storm Grey. HEX triplet: 69, 71 and 85. RGB value is (105,113,133). Sum of RGB (Red+Green+Blue) = 105+113+133=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #697185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697185 is #968E7A. Grayscale: #707070. Windows color (decimal): -9866875 or 8745321. OLE color: 8745321.

HSL color Cylindrical-coordinate representation of color #697185: hue angle of 222.86º 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 #697185 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105113133-
CMYK0.210.1500.48
HSL222.86º11.76%46.67%-
HSV(B)222.86º21.05%52.16%-
XYZ15.9616.5124.54-
YUV112.89139.35122.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=29.91%
G=32.19%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051131330.210.1500.48222.8611.7646.67
Hex69718515F030dfc2f
Octal15116120525170603371457
Binary11010011110001100001011010111110110000110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697185; }

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

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

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

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

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

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

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

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