#697085

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

Shades of Storm Grey #697085

Tints of Storm Grey #697085

Color information

#697085 (or 0x697085) is unknown color: approx Storm Grey. HEX triplet: 69, 70 and 85. RGB value is (105,112,133). Sum of RGB (Red+Green+Blue) = 105+112+133=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #697085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697085 is #968F7A. Grayscale: #707070. Windows color (decimal): -9867131 or 8745065. OLE color: 8745065.

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

Color convert

RGB105112133-
CMYK0.210.1600.48
HSL225º11.76%46.67%-
HSV(B)225º21.05%52.16%-
XYZ15.8516.2924.5-
YUV112.3139.68122.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 133 (52.34% from 255) = 38%
R=30%
G=32%
B=38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051121330.210.1600.4822511.7646.67
Hex6970851510030e1c2f
Octal15116020525200603411457
Binary110100111100001000010110101100000110000111000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697085; }

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

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

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

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

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

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

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

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