Html Css Color HEX #697990 Slate Grey

📋 copy color: '#697990'

red 105 ◦ green 121 ◦ blue 144

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

Shades of Slate Grey #697990

Tints of Slate Grey #697990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 28.38%
G = 32.7%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697990 (or 0x697990) is known color: Slate Grey. HEX triplet: 69, 79 and 90. RGB value is (105,121,144). Sum of RGB (Red+Green+Blue) = 105+121+144=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #697990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697990 is #96866F. Grayscale: #767676. Windows color (decimal): -9864816 or 9468265. OLE color: 9468265.

HSL color Cylindrical-coordinate representation of color #697990: hue angle of 215.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697990 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 121 144 -
CMYK 0.27 0.16 0 0.44
HSL 215.38º 0.16% 0.49% -
HSV(B) 215.38º 0.27% 0.56% -
XYZ 17.7 18.69 29.06 -
YUV 118.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 105 121 144 0.27 0.16 0 0.44 215.38 0.16 0.49
Hex 69 79 90 1B 10 0 2C D7 10 31
Octal 151 171 220 33 20 0 54 327 20 61
Binary 1101001 1111001 10010000 11011 10000 0 101100 11010111 10000 110001

Color Harmonies of #697990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697990

Black with #697990

Text Example


Text Example

White with #697990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697990; }

 p { color: rgb(105,121,144); }

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

background-color css

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

 a { background-color: rgb(105,121,144); }

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

border-color css

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

 span { border-color: rgb(105,121,144); }

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