Shades of Medium Slate Blue #6C58FB
Tints of Medium Slate Blue #6C58FB
RGB
CMYK
RGB Variations
Color information
#6C58FB (or 0x6C58FB) is known color: Medium Slate Blue. HEX triplet: 6C, 58 and FB. RGB value is (108,88,251). Sum of RGB (Red+Green+Blue) = 108+88+251=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C58FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C58FB is #93A704. Grayscale: #6F6F6F. Windows color (decimal): -9676549 or 16472172. OLE color: 16472172.
HSL color Cylindrical-coordinate representation of color #6C58FB: hue angle of 247.36º 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 #6C58FB is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 88 | 251 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.02 |
| HSL | 247.36º | 0.95% | 0.66% | - |
| HSV(B) | 247.36º | 0.65% | 0.98% | - |
| XYZ | 27.09 | 17.13 | 93.15 | - |
| YUV | 112.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 251 | 0.57 | 0.65 | 0 | 0.02 | 247.36 | 0.95 | 0.66 |
| Hex | 6C | 58 | FB | 39 | 41 | 0 | 2 | F7 | 5F | 42 |
| Octal | 154 | 130 | 373 | 71 | 101 | 0 | 2 | 367 | 137 | 102 |
| Binary | 1101100 | 1011000 | 11111011 | 111001 | 1000001 | 0 | 10 | 11110111 | 1011111 | 1000010 |
Color Harmonies of #6C58FB
Complementary color
Monochromatic Colors of #6C58FB
Black with #6C58FB
Text Example
Text Example
White with #6C58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C58FB; }
p { color: rgb(108,88,251); }
H1.HeaderClassName
{
color: #6C58FB;
}
.AnyTagClassName
{
color: #6C58FB;
}
</style>
background-color css
<style>
a { background-color: #6C58FB; }
a { background-color: rgb(108,88,251); }
div.DivClassName
{
background-color: #6C58FB;
}
.BgClassName
{
background-color: #6C58FB;
}
</style>
border-color css
<style>
span { border-color: #6C58FB; }
span { border-color: rgb(108,88,251); }
td.TdClassName
{
border-color: #6C58FB;
}
.TagClassName
{
border-color: #6C58FB;
}
</style>