Html Css Color HEX #697893 Slate Grey

📋 copy color: '#697893'

red 105 ◦ green 120 ◦ blue 147

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

Shades of Slate Grey #697893

Tints of Slate Grey #697893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 28.23%
G = 32.26%
B = 39.52%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697893 (or 0x697893) is known color: Slate Grey. HEX triplet: 69, 78 and 93. RGB value is (105,120,147). Sum of RGB (Red+Green+Blue) = 105+120+147=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #697893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697893 is #96876C. Grayscale: #767676. Windows color (decimal): -9865069 or 9664617. OLE color: 9664617.

HSL color Cylindrical-coordinate representation of color #697893: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697893 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 120 147 -
CMYK 0.29 0.18 0 0.42
HSL 218.57º 0.17% 0.49% -
HSV(B) 218.57º 0.29% 0.58% -
XYZ 17.81 18.54 30.24 -
YUV 118.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 105 120 147 0.29 0.18 0 0.42 218.57 0.17 0.49
Hex 69 78 93 1D 12 0 2A DB 11 31
Octal 151 170 223 35 22 0 52 333 21 61
Binary 1101001 1111000 10010011 11101 10010 0 101010 11011011 10001 110001

Color Harmonies of #697893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697893

Black with #697893

Text Example


Text Example

White with #697893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697893; }

 p { color: rgb(105,120,147); }

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

background-color css

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

 a { background-color: rgb(105,120,147); }

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

border-color css

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

 span { border-color: rgb(105,120,147); }

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