Html Css Color HEX #697D93 Slate Grey

📋 copy color: '#697D93'

red 105 ◦ green 125 ◦ blue 147

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

Shades of Slate Grey #697D93

Tints of Slate Grey #697D93

RGB

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

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

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

R = 27.85%
G = 33.16%
B = 38.99%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697D93 (or 0x697D93) is known color: Slate Grey. HEX triplet: 69, 7D and 93. RGB value is (105,125,147). Sum of RGB (Red+Green+Blue) = 105+125+147=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #697D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D93 is #96826C. Grayscale: #797979. Windows color (decimal): -9863789 or 9665897. OLE color: 9665897.

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

Color convert

RGB 105 125 147 -
CMYK 0.29 0.15 0 0.42
HSL 211.43º 0.17% 0.49% -
HSV(B) 211.43º 0.29% 0.58% -
XYZ 18.43 19.78 30.45 -
YUV 121.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 105 125 147 0.29 0.15 0 0.42 211.43 0.17 0.49
Hex 69 7D 93 1D F 0 2A D3 11 31
Octal 151 175 223 35 17 0 52 323 21 61
Binary 1101001 1111101 10010011 11101 1111 0 101010 11010011 10001 110001

Color Harmonies of #697D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D93

Black with #697D93

Text Example


Text Example

White with #697D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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