#6E5BD4

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

Shades of Slate Blue #6E5BD4

Tints of Slate Blue #6E5BD4

Color information

#6E5BD4 (or 0x6E5BD4) is unknown color: approx Slate Blue. HEX triplet: 6E, 5B and D4. RGB value is (110,91,212). Sum of RGB (Red+Green+Blue) = 110+91+212=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #6E5BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BD4 is #91A42B. Grayscale: #6E6E6E. Windows color (decimal): -9544748 or 13917038. OLE color: 13917038.

HSL color Cylindrical-coordinate representation of color #6E5BD4: hue angle of 249.42º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E5BD4 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11091212-
CMYK0.480.5700.17
HSL249.42º58.45%59.41%-
HSV(B)249.42º57.08%83.14%-
XYZ22.0615.5564.13-
YUV110.48185.29127.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 212 (83.20% from 255) = 51.33%
R=26.63%
G=22.03%
B=51.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110912120.480.5700.17249.4258.4559.41
Hex6E5BD43039011f93a3b
Octal15613332460710213717273
Binary110111010110111101010011000011100101000111111001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,212); }

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

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

 a { background-color: rgb(110,91,212); }

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

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

 span { border-color: rgb(110,91,212); }

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