#6E59D0

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

Shades of Slate Blue #6E59D0

Tints of Slate Blue #6E59D0

Color information

#6E59D0 (or 0x6E59D0) is unknown color: approx Slate Blue. HEX triplet: 6E, 59 and D0. RGB value is (110,89,208). Sum of RGB (Red+Green+Blue) = 110+89+208=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #6E59D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59D0 is #91A62F. Grayscale: #6C6C6C. Windows color (decimal): -9545264 or 13654382. OLE color: 13654382.

HSL color Cylindrical-coordinate representation of color #6E59D0: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E59D0 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11089208-
CMYK0.470.5700.18
HSL250.59º55.87%58.24%-
HSV(B)250.59º57.21%81.57%-
XYZ21.3915.0161.45-
YUV108.84183.96128.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 208 (81.64% from 255) = 51.11%
R=27.03%
G=21.87%
B=51.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110892080.470.5700.18250.5955.8758.24
Hex6E59D02F39012fb383a
Octal15613132057710223737072
Binary110111010110011101000010111111100101001011111011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,208); }

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

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

 a { background-color: rgb(110,89,208); }

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

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

 span { border-color: rgb(110,89,208); }

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