Html Css Color HEX #697285 Storm Grey

📋 copy color: '#697285'

red 105 ◦ green 114 ◦ blue 133

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

Shades of Storm Grey #697285

Tints of Storm Grey #697285

RGB

 RED value IS 105 (41.41% from 255) = 29.83%

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 29.83%
G = 32.39%
B = 37.78%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697285 (or 0x697285) is known color: Storm Grey. HEX triplet: 69, 72 and 85. RGB value is (105,114,133). Sum of RGB (Red+Green+Blue) = 105+114+133=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #697285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697285 is #968D7A. Grayscale: #717171. Windows color (decimal): -9866619 or 8745577. OLE color: 8745577.

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

Color convert

RGB 105 114 133 -
CMYK 0.21 0.14 0 0.48
HSL 220.71º 0.12% 0.47% -
HSV(B) 220.71º 0.21% 0.52% -
XYZ 16.08 16.73 24.57 -
YUV 113.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 105 114 133 0.21 0.14 0 0.48 220.71 0.12 0.47
Hex 69 72 85 15 E 0 30 DD C 2F
Octal 151 162 205 25 16 0 60 335 14 57
Binary 1101001 1110010 10000101 10101 1110 0 110000 11011101 1100 101111

Color Harmonies of #697285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697285

Black with #697285

Text Example


Text Example

White with #697285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697285; }

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

 H1.HeaderClassName
 {
   color: #697285;
 }
 .AnyTagClassName
 {
   color: #697285;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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