Html Css Color HEX #697E93 Slate Grey

📋 copy color: '#697E93'

red 105 ◦ green 126 ◦ blue 147

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

Shades of Slate Grey #697E93

Tints of Slate Grey #697E93

RGB

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

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

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

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697E93 (or 0x697E93) is known color: Slate Grey. HEX triplet: 69, 7E and 93. RGB value is (105,126,147). Sum of RGB (Red+Green+Blue) = 105+126+147=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #697E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E93 is #96816C. Grayscale: #7A7A7A. Windows color (decimal): -9863533 or 9666153. OLE color: 9666153.

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

Color convert

RGB 105 126 147 -
CMYK 0.29 0.14 0 0.42
HSL 210º 0.17% 0.49% -
HSV(B) 210º 0.29% 0.58% -
XYZ 18.55 20.03 30.49 -
YUV 122.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 105 126 147 0.29 0.14 0 0.42 210 0.17 0.49
Hex 69 7E 93 1D E 0 2A D2 11 31
Octal 151 176 223 35 16 0 52 322 21 61
Binary 1101001 1111110 10010011 11101 1110 0 101010 11010010 10001 110001

Color Harmonies of #697E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E93

Black with #697E93

Text Example


Text Example

White with #697E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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