Html Css Color HEX #6E7D97 Slate Grey

📋 copy color: '#6E7D97'

red 110 ◦ green 125 ◦ blue 151

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

Shades of Slate Grey #6E7D97

Tints of Slate Grey #6E7D97

RGB

 RED value IS 110 (43.36% from 255) = 28.5%

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

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 28.5%
G = 32.38%
B = 39.12%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E7D97 (or 0x6E7D97) is known color: Slate Grey. HEX triplet: 6E, 7D and 97. RGB value is (110,125,151). Sum of RGB (Red+Green+Blue) = 110+125+151=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E7D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7D97 is #918268. Grayscale: #7B7B7B. Windows color (decimal): -9536105 or 9928046. OLE color: 9928046.

HSL color Cylindrical-coordinate representation of color #6E7D97: hue angle of 218.05º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E7D97 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 125 151 -
CMYK 0.27 0.17 0 0.41
HSL 218.05º 0.16% 0.51% -
HSV(B) 218.05º 0.27% 0.59% -
XYZ 19.35 20.22 32.16 -
YUV 123.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 110 125 151 0.27 0.17 0 0.41 218.05 0.16 0.51
Hex 6E 7D 97 1B 11 0 29 DA 10 33
Octal 156 175 227 33 21 0 51 332 20 63
Binary 1101110 1111101 10010111 11011 10001 0 101001 11011010 10000 110011

Color Harmonies of #6E7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7D97

Black with #6E7D97

Text Example


Text Example

White with #6E7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7D97; }

 p { color: rgb(110,125,151); }

 H1.HeaderClassName
 {
   color: #6E7D97;
 }
 .AnyTagClassName
 {
   color: #6E7D97;
 }
</style>

background-color css

<style>
 a { background-color: #6E7D97; }

 a { background-color: rgb(110,125,151); }

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

border-color css

<style>
 span { border-color: #6E7D97; }

 span { border-color: rgb(110,125,151); }

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