#6B4FEB

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

Shades of Medium Slate Blue #6B4FEB

Tints of Medium Slate Blue #6B4FEB

Color information

#6B4FEB (or 0x6B4FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 4F and EB. RGB value is (107,79,235). Sum of RGB (Red+Green+Blue) = 107+79+235=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B4FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4FEB is #94B014. Grayscale: #686868. Windows color (decimal): -9744405 or 15421291. OLE color: 15421291.

HSL color Cylindrical-coordinate representation of color #6B4FEB: hue angle of 250.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B4FEB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10779235-
CMYK0.540.6600.08
HSL250.77º79.59%61.57%-
HSV(B)250.77º66.38%92.16%-
XYZ23.8514.7280.18-
YUV105.16201.28129.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.42%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=25.42%
G=18.76%
B=55.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal107792350.540.6600.08250.7779.5961.57
Hex6B4FEB364208fb503e
Octal1531173536610201037312076
Binary1101011100111111101011110110100001001000111110111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,235); }

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

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

 a { background-color: rgb(107,79,235); }

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

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

 span { border-color: rgb(107,79,235); }

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