#6E4FD5

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

Shades of Slate Blue #6E4FD5

Tints of Slate Blue #6E4FD5

Color information

#6E4FD5 (or 0x6E4FD5) is unknown color: approx Slate Blue. HEX triplet: 6E, 4F and D5. RGB value is (110,79,213). Sum of RGB (Red+Green+Blue) = 110+79+213=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E4FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FD5 is #91B02A. Grayscale: #676767. Windows color (decimal): -9547819 or 13979502. OLE color: 13979502.

HSL color Cylindrical-coordinate representation of color #6E4FD5: hue angle of 253.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4FD5 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11079213-
CMYK0.480.6300.16
HSL253.88º61.47%57.25%-
HSV(B)253.88º62.91%83.53%-
XYZ21.2413.7164.48-
YUV103.54189.77132.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.36%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 213 (83.59% from 255) = 52.99%
R=27.36%
G=19.65%
B=52.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110792130.480.6300.16253.8861.4757.25
Hex6E4FD5303F010fe3d39
Octal15611732560770203767571
Binary110111010011111101010111000011111101000011111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,213); }

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

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

 a { background-color: rgb(110,79,213); }

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

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

 span { border-color: rgb(110,79,213); }

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