Shades of Medium Slate Blue #6C55FB
Tints of Medium Slate Blue #6C55FB
RGB
CMYK
RGB Variations
Color information
#6C55FB (or 0x6C55FB) is known color: Medium Slate Blue. HEX triplet: 6C, 55 and FB. RGB value is (108,85,251). Sum of RGB (Red+Green+Blue) = 108+85+251=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C55FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C55FB is #93AA04. Grayscale: #6E6E6E. Windows color (decimal): -9677317 or 16471404. OLE color: 16471404.
HSL color Cylindrical-coordinate representation of color #6C55FB: hue angle of 248.31º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C55FB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 85 | 251 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.02 |
| HSL | 248.31º | 0.95% | 0.66% | - |
| HSV(B) | 248.31º | 0.66% | 0.98% | - |
| XYZ | 26.85 | 16.65 | 93.07 | - |
| YUV | 110.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 251 | 0.57 | 0.66 | 0 | 0.02 | 248.31 | 0.95 | 0.66 |
| Hex | 6C | 55 | FB | 39 | 42 | 0 | 2 | F8 | 5F | 42 |
| Octal | 154 | 125 | 373 | 71 | 102 | 0 | 2 | 370 | 137 | 102 |
| Binary | 1101100 | 1010101 | 11111011 | 111001 | 1000010 | 0 | 10 | 11111000 | 1011111 | 1000010 |
Color Harmonies of #6C55FB
Complementary color
Monochromatic Colors of #6C55FB
Black with #6C55FB
Text Example
Text Example
White with #6C55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C55FB; }
p { color: rgb(108,85,251); }
H1.HeaderClassName
{
color: #6C55FB;
}
.AnyTagClassName
{
color: #6C55FB;
}
</style>
background-color css
<style>
a { background-color: #6C55FB; }
a { background-color: rgb(108,85,251); }
div.DivClassName
{
background-color: #6C55FB;
}
.BgClassName
{
background-color: #6C55FB;
}
</style>
border-color css
<style>
span { border-color: #6C55FB; }
span { border-color: rgb(108,85,251); }
td.TdClassName
{
border-color: #6C55FB;
}
.TagClassName
{
border-color: #6C55FB;
}
</style>