#6E859A

Color #6E859A Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #6E859A

Tints of Light Slate Grey #6E859A

Color information

#6E859A (or 0x6E859A) is unknown color: approx 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

RGB110133154-
CMYK0.290.1400.40
HSL208.64º17.89%51.76%-
HSV(B)208.64º28.57%60.39%-
XYZ20.6522.4233.81-
YUV128.52142.38114.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.71%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=27.71%
G=33.50%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101331540.290.1400.40208.6417.8951.76
Hex6E859A1DE028d11234
Octal15620523235160503212264
Binary1101110100001011001101011101111001010001101000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>