Shades of Medium Slate Blue #6866FB
Tints of Medium Slate Blue #6866FB
RGB
CMYK
RGB Variations
Color information
#6866FB (or 0x6866FB) is known color: Medium Slate Blue. HEX triplet: 68, 66 and FB. RGB value is (104,102,251). Sum of RGB (Red+Green+Blue) = 104+102+251=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #6866FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6866FB is #979904. Grayscale: #767676. Windows color (decimal): -9935109 or 16475752. OLE color: 16475752.
HSL color Cylindrical-coordinate representation of color #6866FB: hue angle of 240.81º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6866FB is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 102 | 251 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.02 |
| HSL | 240.81º | 0.95% | 0.69% | - |
| HSV(B) | 240.81º | 0.59% | 0.98% | - |
| XYZ | 27.87 | 19.41 | 93.54 | - |
| YUV | 119.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 251 | 0.59 | 0.59 | 0 | 0.02 | 240.81 | 0.95 | 0.69 |
| Hex | 68 | 66 | FB | 3B | 3B | 0 | 2 | F1 | 5F | 45 |
| Octal | 150 | 146 | 373 | 73 | 73 | 0 | 2 | 361 | 137 | 105 |
| Binary | 1101000 | 1100110 | 11111011 | 111011 | 111011 | 0 | 10 | 11110001 | 1011111 | 1000101 |
Color Harmonies of #6866FB
Complementary color
Monochromatic Colors of #6866FB
Black with #6866FB
Text Example
Text Example
White with #6866FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866FB; }
p { color: rgb(104,102,251); }
H1.HeaderClassName
{
color: #6866FB;
}
.AnyTagClassName
{
color: #6866FB;
}
</style>
background-color css
<style>
a { background-color: #6866FB; }
a { background-color: rgb(104,102,251); }
div.DivClassName
{
background-color: #6866FB;
}
.BgClassName
{
background-color: #6866FB;
}
</style>
border-color css
<style>
span { border-color: #6866FB; }
span { border-color: rgb(104,102,251); }
td.TdClassName
{
border-color: #6866FB;
}
.TagClassName
{
border-color: #6866FB;
}
</style>