Html Css Color HEX #6E799A Slate Grey

📋 copy color: '#6E799A'

red 110 ◦ green 121 ◦ blue 154

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

Shades of Slate Grey #6E799A

Tints of Slate Grey #6E799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 28.57%
G = 31.43%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E799A (or 0x6E799A) is known color: Slate Grey. HEX triplet: 6E, 79 and 9A. RGB value is (110,121,154). Sum of RGB (Red+Green+Blue) = 110+121+154=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E799A is #918665. Grayscale: #797979. Windows color (decimal): -9537126 or 10123630. OLE color: 10123630.

HSL color Cylindrical-coordinate representation of color #6E799A: hue angle of 225º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E799A is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 121 154 -
CMYK 0.29 0.21 0 0.40
HSL 225º 0.18% 0.52% -
HSV(B) 225º 0.29% 0.6% -
XYZ 19.1 19.32 33.29 -
YUV 121.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 110 121 154 0.29 0.21 0 0.40 225 0.18 0.52
Hex 6E 79 9A 1D 15 0 28 E1 12 34
Octal 156 171 232 35 25 0 50 341 22 64
Binary 1101110 1111001 10011010 11101 10101 0 101000 11100001 10010 110100

Color Harmonies of #6E799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E799A

Black with #6E799A

Text Example


Text Example

White with #6E799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,154); }

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

background-color css

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

 a { background-color: rgb(110,121,154); }

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

border-color css

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

 span { border-color: rgb(110,121,154); }

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