Shades of Medium Slate Blue #6B58FB
Tints of Medium Slate Blue #6B58FB
RGB
CMYK
RGB Variations
Color information
#6B58FB (or 0x6B58FB) is known color: Medium Slate Blue. HEX triplet: 6B, 58 and FB. RGB value is (107,88,251). Sum of RGB (Red+Green+Blue) = 107+88+251=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B58FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B58FB is #94A704. Grayscale: #6F6F6F. Windows color (decimal): -9742085 or 16472171. OLE color: 16472171.
HSL color Cylindrical-coordinate representation of color #6B58FB: hue angle of 246.99º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B58FB is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 88 | 251 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.02 |
| HSL | 246.99º | 0.95% | 0.66% | - |
| HSV(B) | 246.99º | 0.65% | 0.98% | - |
| XYZ | 26.97 | 17.07 | 93.14 | - |
| YUV | 112.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 251 | 0.57 | 0.65 | 0 | 0.02 | 246.99 | 0.95 | 0.66 |
| Hex | 6B | 58 | FB | 39 | 41 | 0 | 2 | F7 | 5F | 42 |
| Octal | 153 | 130 | 373 | 71 | 101 | 0 | 2 | 367 | 137 | 102 |
| Binary | 1101011 | 1011000 | 11111011 | 111001 | 1000001 | 0 | 10 | 11110111 | 1011111 | 1000010 |
Color Harmonies of #6B58FB
Complementary color
Monochromatic Colors of #6B58FB
Black with #6B58FB
Text Example
Text Example
White with #6B58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B58FB; }
p { color: rgb(107,88,251); }
H1.HeaderClassName
{
color: #6B58FB;
}
.AnyTagClassName
{
color: #6B58FB;
}
</style>
background-color css
<style>
a { background-color: #6B58FB; }
a { background-color: rgb(107,88,251); }
div.DivClassName
{
background-color: #6B58FB;
}
.BgClassName
{
background-color: #6B58FB;
}
</style>
border-color css
<style>
span { border-color: #6B58FB; }
span { border-color: rgb(107,88,251); }
td.TdClassName
{
border-color: #6B58FB;
}
.TagClassName
{
border-color: #6B58FB;
}
</style>