#6b4ef6

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

Shades of Medium Slate Blue #6B4EF6

Tints of Medium Slate Blue #6B4EF6

Color information

#6B4EF6 (or 0x6B4EF6) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 4E and F6. RGB value is (107,78,246). Sum of RGB (Red+Green+Blue) = 107+78+246=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B4EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4EF6 is #94B109. Grayscale: #696969. Windows color (decimal): -9744650 or 16141931. OLE color: 16141931.

HSL color Cylindrical-coordinate representation of color #6B4EF6: hue angle of 250.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4EF6 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10778246-
CMYK0.570.6800.04
HSL250.36º90.32%63.53%-
HSV(B)250.36º68.29%96.47%-
XYZ25.4215.2388.79-
YUV105.82207.11128.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 246 (96.48% from 255) = 57.08%
R=24.83%
G=18.10%
B=57.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal107782460.570.6800.04250.3690.3263.53
Hex6B4EF6394404fa5a40
Octal1531163667110404372132100
Binary1101011100111011110110111001100010001001111101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4ef6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,246); }

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

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

 a { background-color: rgb(107,78,246); }

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

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

 span { border-color: rgb(107,78,246); }

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