Html Css Color HEX #697D90 Slate Grey

📋 copy color: '#697D90'

red 105 ◦ green 125 ◦ blue 144

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

Shades of Slate Grey #697D90

Tints of Slate Grey #697D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

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

R = 28.07%
G = 33.42%
B = 38.5%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697D90 (or 0x697D90) is known color: Slate Grey. HEX triplet: 69, 7D and 90. RGB value is (105,125,144). Sum of RGB (Red+Green+Blue) = 105+125+144=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #697D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D90 is #96826F. Grayscale: #797979. Windows color (decimal): -9863792 or 9469289. OLE color: 9469289.

HSL color Cylindrical-coordinate representation of color #697D90: hue angle of 209.23º 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 #697D90 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 125 144 -
CMYK 0.27 0.13 0 0.44
HSL 209.23º 0.16% 0.49% -
HSV(B) 209.23º 0.27% 0.56% -
XYZ 18.19 19.68 29.23 -
YUV 121.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 105 125 144 0.27 0.13 0 0.44 209.23 0.16 0.49
Hex 69 7D 90 1B D 0 2C D1 10 31
Octal 151 175 220 33 15 0 54 321 20 61
Binary 1101001 1111101 10010000 11011 1101 0 101100 11010001 10000 110001

Color Harmonies of #697D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D90

Black with #697D90

Text Example


Text Example

White with #697D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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