Html Css Color HEX #697085 Storm Grey

📋 copy color: '#697085'

red 105 ◦ green 112 ◦ blue 133

#697085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #697085

Tints of Storm Grey #697085

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 value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697085 (or 0x697085) is known color: 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

RGB 105 112 133 -
CMYK 0.21 0.16 0 0.48
HSL 225º 0.12% 0.47% -
HSV(B) 225º 0.21% 0.52% -
XYZ 15.85 16.29 24.5 -
YUV 112.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 105 112 133 0.21 0.16 0 0.48 225 0.12 0.47
Hex 69 70 85 15 10 0 30 E1 C 2F
Octal 151 160 205 25 20 0 60 341 14 57
Binary 1101001 1110000 10000101 10101 10000 0 110000 11100001 1100 101111

Color Harmonies of #697085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697085

Black with #697085

Text Example


Text Example

White with #697085

Text Example


Text Example

HTML Codes & Css Web 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>