#6B54ED

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

Shades of Medium Slate Blue #6B54ED

Tints of Medium Slate Blue #6B54ED

Color information

#6B54ED (or 0x6B54ED) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 54 and ED. RGB value is (107,84,237). Sum of RGB (Red+Green+Blue) = 107+84+237=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B54ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B54ED is #94AB12. Grayscale: #6B6B6B. Windows color (decimal): -9743123 or 15553643. OLE color: 15553643.

HSL color Cylindrical-coordinate representation of color #6B54ED: hue angle of 249.02º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B54ED is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10784237-
CMYK0.550.6500.07
HSL249.02º80.95%62.94%-
HSV(B)249.02º64.56%92.94%-
XYZ24.5215.5881.84-
YUV108.32200.62127.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=25%
G=19.63%
B=55.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal107842370.550.6500.07249.0280.9562.94
Hex6B54ED374107f9513f
Octal153124355671010737112177
Binary110101110101001110110111011110000010111111110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B54ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,237); }

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

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

 a { background-color: rgb(107,84,237); }

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

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

 span { border-color: rgb(107,84,237); }

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