Html Css Color HEX #6E859A Light Slate Grey

📋 copy color: '#6E859A'

red 110 ◦ green 133 ◦ blue 154

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

Shades of Light Slate Grey #6E859A

Tints of Light Slate Grey #6E859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 27.71%
G = 33.5%
B = 38.79%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E859A (or 0x6E859A) is known color: Light Slate Grey. HEX triplet: 6E, 85 and 9A. RGB value is (110,133,154). Sum of RGB (Red+Green+Blue) = 110+133+154=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E859A is #917A65. Grayscale: #808080. Windows color (decimal): -9534054 or 10126702. OLE color: 10126702.

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

Color convert

RGB 110 133 154 -
CMYK 0.29 0.14 0 0.40
HSL 208.64º 0.18% 0.52% -
HSV(B) 208.64º 0.29% 0.6% -
XYZ 20.65 22.42 33.81 -
YUV 128.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 110 133 154 0.29 0.14 0 0.40 208.64 0.18 0.52
Hex 6E 85 9A 1D E 0 28 D1 12 34
Octal 156 205 232 35 16 0 50 321 22 64
Binary 1101110 10000101 10011010 11101 1110 0 101000 11010001 10010 110100

Color Harmonies of #6E859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E859A

Black with #6E859A

Text Example


Text Example

White with #6E859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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