#6D5BE0

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

Shades of Slate Blue #6D5BE0

Tints of Slate Blue #6D5BE0

Color information

#6D5BE0 (or 0x6D5BE0) is unknown color: approx Slate Blue. HEX triplet: 6D, 5B and E0. RGB value is (109,91,224). Sum of RGB (Red+Green+Blue) = 109+91+224=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D5BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5BE0 is #92A41F. Grayscale: #6F6F6F. Windows color (decimal): -9610272 or 14703469. OLE color: 14703469.

HSL color Cylindrical-coordinate representation of color #6D5BE0: hue angle of 248.12º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D5BE0 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10991224-
CMYK0.510.5900.12
HSL248.12º68.21%61.76%-
HSV(B)248.12º59.38%87.84%-
XYZ23.516.1272.39-
YUV111.54191.46126.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 224 (87.89% from 255) = 52.83%
R=25.71%
G=21.46%
B=52.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal109912240.510.5900.12248.1268.2161.76
Hex6D5BE0333B0Cf8443e
Octal155133340637301437010476
Binary110110110110111110000011001111101101100111110001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,91,224); }

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

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

 a { background-color: rgb(109,91,224); }

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

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

 span { border-color: rgb(109,91,224); }

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