#6E859B

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

Shades of Light Slate Grey #6E859B

Tints of Light Slate Grey #6E859B

Color information

#6E859B (or 0x6E859B) is unknown color: approx Light Slate Grey. HEX triplet: 6E, 85 and 9B. RGB value is (110,133,155). Sum of RGB (Red+Green+Blue) = 110+133+155=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E859B is #917A64. Grayscale: #808080. Windows color (decimal): -9534053 or 10192238. OLE color: 10192238.

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

Color convert

RGB110133155-
CMYK0.290.1400.39
HSL209.33º18.37%51.96%-
HSV(B)209.33º29.03%60.78%-
XYZ20.7322.4634.25-
YUV128.63142.88114.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=27.64%
G=33.42%
B=38.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101331550.290.1400.39209.3318.3751.96
Hex6E859B1DE027d11234
Octal15620523335160473212264
Binary1101110100001011001101111101111001001111101000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E859B;
 }
 .AnyTagClassName
 {
   color: #6E859B;
 }
</style>
background-color css

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

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

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

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

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

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