Shades of Medium Slate Blue #6B4FFB
Tints of Medium Slate Blue #6B4FFB
RGB
CMYK
RGB Variations
Color information
#6B4FFB (or 0x6B4FFB) is known color: Medium Slate Blue. HEX triplet: 6B, 4F and FB. RGB value is (107,79,251). Sum of RGB (Red+Green+Blue) = 107+79+251=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B4FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4FFB is #94B004. Grayscale: #6A6A6A. Windows color (decimal): -9744389 or 16469867. OLE color: 16469867.
HSL color Cylindrical-coordinate representation of color #6B4FFB: hue angle of 249.77º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B4FFB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 79 | 251 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.02 |
| HSL | 249.77º | 0.96% | 0.65% | - |
| HSV(B) | 249.77º | 0.69% | 0.98% | - |
| XYZ | 26.27 | 15.68 | 92.91 | - |
| YUV | 106.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 251 | 0.57 | 0.69 | 0 | 0.02 | 249.77 | 0.96 | 0.65 |
| Hex | 6B | 4F | FB | 39 | 45 | 0 | 2 | FA | 60 | 41 |
| Octal | 153 | 117 | 373 | 71 | 105 | 0 | 2 | 372 | 140 | 101 |
| Binary | 1101011 | 1001111 | 11111011 | 111001 | 1000101 | 0 | 10 | 11111010 | 1100000 | 1000001 |
Color Harmonies of #6B4FFB
Complementary color
Monochromatic Colors of #6B4FFB
Black with #6B4FFB
Text Example
Text Example
White with #6B4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4FFB; }
p { color: rgb(107,79,251); }
H1.HeaderClassName
{
color: #6B4FFB;
}
.AnyTagClassName
{
color: #6B4FFB;
}
</style>
background-color css
<style>
a { background-color: #6B4FFB; }
a { background-color: rgb(107,79,251); }
div.DivClassName
{
background-color: #6B4FFB;
}
.BgClassName
{
background-color: #6B4FFB;
}
</style>
border-color css
<style>
span { border-color: #6B4FFB; }
span { border-color: rgb(107,79,251); }
td.TdClassName
{
border-color: #6B4FFB;
}
.TagClassName
{
border-color: #6B4FFB;
}
</style>