#6A4BF2

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

Shades of Medium Slate Blue #6A4BF2

Tints of Medium Slate Blue #6A4BF2

Color information

#6A4BF2 (or 0x6A4BF2) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 4B and F2. RGB value is (106,75,242). Sum of RGB (Red+Green+Blue) = 106+75+242=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A4BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4BF2 is #95B40D. Grayscale: #666666. Windows color (decimal): -9810958 or 15879018. OLE color: 15879018.

HSL color Cylindrical-coordinate representation of color #6A4BF2: hue angle of 251.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4BF2 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10675242-
CMYK0.560.6900.05
HSL251.14º86.53%62.16%-
HSV(B)251.14º69.01%94.9%-
XYZ24.4914.5185.51-
YUV103.31206.27129.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 242 (94.92% from 255) = 57.21%
R=25.06%
G=17.73%
B=57.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106752420.560.6900.05251.1486.5362.16
Hex6A4BF2384505fb573e
Octal152113362701050537312776
Binary110101010010111111001011100010001010101111110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,242); }

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

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

 a { background-color: rgb(106,75,242); }

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

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

 span { border-color: rgb(106,75,242); }

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