Html Css Color HEX #6E869F Light Slate Grey

📋 copy color: '#6E869F'

red 110 ◦ green 134 ◦ blue 159

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

Shades of Light Slate Grey #6E869F

Tints of Light Slate Grey #6E869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 27.3%
G = 33.25%
B = 39.45%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E869F (or 0x6E869F) is known color: Light Slate Grey. HEX triplet: 6E, 86 and 9F. RGB value is (110,134,159). Sum of RGB (Red+Green+Blue) = 110+134+159=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E869F is #917960. Grayscale: #818181. Windows color (decimal): -9533793 or 10454638. OLE color: 10454638.

HSL color Cylindrical-coordinate representation of color #6E869F: hue angle of 210.61º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E869F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 134 159 -
CMYK 0.31 0.16 0 0.38
HSL 210.61º 0.2% 0.53% -
HSV(B) 210.61º 0.31% 0.62% -
XYZ 21.21 22.87 36.1 -
YUV 129.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 110 134 159 0.31 0.16 0 0.38 210.61 0.2 0.53
Hex 6E 86 9F 1F 10 0 26 D3 14 35
Octal 156 206 237 37 20 0 46 323 24 65
Binary 1101110 10000110 10011111 11111 10000 0 100110 11010011 10100 110101

Color Harmonies of #6E869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E869F

Black with #6E869F

Text Example


Text Example

White with #6E869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,159); }

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

background-color css

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

 a { background-color: rgb(110,134,159); }

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

border-color css

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

 span { border-color: rgb(110,134,159); }

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