#6E5FD5

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

Shades of Slate Blue #6E5FD5

Tints of Slate Blue #6E5FD5

Color information

#6E5FD5 (or 0x6E5FD5) is unknown color: approx Slate Blue. HEX triplet: 6E, 5F and D5. RGB value is (110,95,213). Sum of RGB (Red+Green+Blue) = 110+95+213=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E5FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FD5 is #91A02A. Grayscale: #707070. Windows color (decimal): -9543723 or 13983598. OLE color: 13983598.

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

Color convert

RGB11095213-
CMYK0.480.5500.16
HSL247.63º58.42%60.39%-
HSV(B)247.63º55.4%83.53%-
XYZ22.5316.364.91-
YUV112.94184.47125.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 213 (83.59% from 255) = 50.96%
R=26.32%
G=22.73%
B=50.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110952130.480.5500.16247.6358.4260.39
Hex6E5FD53037010f83a3c
Octal15613732560670203707274
Binary110111010111111101010111000011011101000011111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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