Shades of Medium Slate Blue #6864FB
Tints of Medium Slate Blue #6864FB
RGB
CMYK
RGB Variations
Color information
#6864FB (or 0x6864FB) is known color: Medium Slate Blue. HEX triplet: 68, 64 and FB. RGB value is (104,100,251). Sum of RGB (Red+Green+Blue) = 104+100+251=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6864FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6864FB is #979B04. Grayscale: #757575. Windows color (decimal): -9935621 or 16475240. OLE color: 16475240.
HSL color Cylindrical-coordinate representation of color #6864FB: hue angle of 241.59º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6864FB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 100 | 251 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.02 |
| HSL | 241.59º | 0.95% | 0.69% | - |
| HSV(B) | 241.59º | 0.6% | 0.98% | - |
| XYZ | 27.68 | 19.02 | 93.48 | - |
| YUV | 118.41 | 202.83 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 251 | 0.59 | 0.60 | 0 | 0.02 | 241.59 | 0.95 | 0.69 |
| Hex | 68 | 64 | FB | 3B | 3C | 0 | 2 | F2 | 5F | 45 |
| Octal | 150 | 144 | 373 | 73 | 74 | 0 | 2 | 362 | 137 | 105 |
| Binary | 1101000 | 1100100 | 11111011 | 111011 | 111100 | 0 | 10 | 11110010 | 1011111 | 1000101 |
Color Harmonies of #6864FB
Complementary color
Monochromatic Colors of #6864FB
Black with #6864FB
Text Example
Text Example
White with #6864FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864FB; }
p { color: rgb(104,100,251); }
H1.HeaderClassName
{
color: #6864FB;
}
.AnyTagClassName
{
color: #6864FB;
}
</style>
background-color css
<style>
a { background-color: #6864FB; }
a { background-color: rgb(104,100,251); }
div.DivClassName
{
background-color: #6864FB;
}
.BgClassName
{
background-color: #6864FB;
}
</style>
border-color css
<style>
span { border-color: #6864FB; }
span { border-color: rgb(104,100,251); }
td.TdClassName
{
border-color: #6864FB;
}
.TagClassName
{
border-color: #6864FB;
}
</style>