#6A54EB

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

Shades of Medium Slate Blue #6A54EB

Tints of Medium Slate Blue #6A54EB

Color information

#6A54EB (or 0x6A54EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 54 and EB. RGB value is (106,84,235). Sum of RGB (Red+Green+Blue) = 106+84+235=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A54EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A54EB is #95AB14. Grayscale: #6B6B6B. Windows color (decimal): -9808661 or 15422570. OLE color: 15422570.

HSL color Cylindrical-coordinate representation of color #6A54EB: hue angle of 248.74º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A54EB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10684235-
CMYK0.550.6400.08
HSL248.74º79.06%62.55%-
HSV(B)248.74º64.26%92.16%-
XYZ24.1115.480.3-
YUV107.79199.79126.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=24.94%
G=19.76%
B=55.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106842350.550.6400.08248.7479.0662.55
Hex6A54EB374008f94f3f
Octal1521243536710001037111777
Binary1101010101010011101011110111100000001000111110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,235); }

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

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

 a { background-color: rgb(106,84,235); }

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

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

 span { border-color: rgb(106,84,235); }

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