Html Css Color HEX #697B91 Slate Grey

📋 copy color: '#697B91'

red 105 ◦ green 123 ◦ blue 145

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

Shades of Slate Grey #697B91

Tints of Slate Grey #697B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 28.15%
G = 32.98%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#697B91 (or 0x697B91) is known color: Slate Grey. HEX triplet: 69, 7B and 91. RGB value is (105,123,145). Sum of RGB (Red+Green+Blue) = 105+123+145=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #697B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B91 is #96846E. Grayscale: #787878. Windows color (decimal): -9864303 or 9534313. OLE color: 9534313.

HSL color Cylindrical-coordinate representation of color #697B91: hue angle of 213º 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 #697B91 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 123 145 -
CMYK 0.28 0.15 0 0.43
HSL 213º 0.16% 0.49% -
HSV(B) 213º 0.28% 0.57% -
XYZ 18.02 19.21 29.55 -
YUV 120.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 105 123 145 0.28 0.15 0 0.43 213 0.16 0.49
Hex 69 7B 91 1C F 0 2B D5 10 31
Octal 151 173 221 34 17 0 53 325 20 61
Binary 1101001 1111011 10010001 11100 1111 0 101011 11010101 10000 110001

Color Harmonies of #697B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B91

Black with #697B91

Text Example


Text Example

White with #697B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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