Html Css Color HEX #697E91 Slate Grey

📋 copy color: '#697E91'

red 105 ◦ green 126 ◦ blue 145

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

Shades of Slate Grey #697E91

Tints of Slate Grey #697E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 27.93%
G = 33.51%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#697E91 (or 0x697E91) is known color: Slate Grey. HEX triplet: 69, 7E and 91. RGB value is (105,126,145). Sum of RGB (Red+Green+Blue) = 105+126+145=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #697E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E91 is #96816E. Grayscale: #797979. Windows color (decimal): -9863535 or 9535081. OLE color: 9535081.

HSL color Cylindrical-coordinate representation of color #697E91: hue angle of 208.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697E91 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 126 145 -
CMYK 0.28 0.13 0 0.43
HSL 208.5º 0.16% 0.49% -
HSV(B) 208.5º 0.28% 0.57% -
XYZ 18.4 19.97 29.67 -
YUV 121.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 105 126 145 0.28 0.13 0 0.43 208.5 0.16 0.49
Hex 69 7E 91 1C D 0 2B D0 10 31
Octal 151 176 221 34 15 0 53 320 20 61
Binary 1101001 1111110 10010001 11100 1101 0 101011 11010000 10000 110001

Color Harmonies of #697E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E91

Black with #697E91

Text Example


Text Example

White with #697E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,145); }

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

background-color css

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

 a { background-color: rgb(105,126,145); }

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

border-color css

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

 span { border-color: rgb(105,126,145); }

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