#6B53E9

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

Shades of Medium Slate Blue #6B53E9

Tints of Medium Slate Blue #6B53E9

Color information

#6B53E9 (or 0x6B53E9) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 53 and E9. RGB value is (107,83,233). Sum of RGB (Red+Green+Blue) = 107+83+233=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B53E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B53E9 is #94AC16. Grayscale: #6A6A6A. Windows color (decimal): -9743383 or 15291243. OLE color: 15291243.

HSL color Cylindrical-coordinate representation of color #6B53E9: hue angle of 249.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B53E9 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10783233-
CMYK0.540.6400.09
HSL249.6º77.32%61.96%-
HSV(B)249.6º64.38%91.37%-
XYZ23.8615.278.77-
YUV107.28198.95127.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 233 (91.41% from 255) = 55.08%
R=25.30%
G=19.62%
B=55.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107832330.540.6400.09249.677.3261.96
Hex6B53E9364009fa4d3e
Octal1531233516610001137211576
Binary1101011101001111101001110110100000001001111110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B53E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,233); }

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

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

 a { background-color: rgb(107,83,233); }

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

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

 span { border-color: rgb(107,83,233); }

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