Shades of Medium Slate Blue #6F68FB
Tints of Medium Slate Blue #6F68FB
RGB
CMYK
RGB Variations
Color information
#6F68FB (or 0x6F68FB) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and FB. RGB value is (111,104,251). Sum of RGB (Red+Green+Blue) = 111+104+251=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F68FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FB is #909704. Grayscale: #7A7A7A. Windows color (decimal): -9475845 or 16476271. OLE color: 16476271.
HSL color Cylindrical-coordinate representation of color #6F68FB: hue angle of 242.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F68FB is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 104 | 251 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.02 |
| HSL | 242.86º | 0.95% | 0.7% | - |
| HSV(B) | 242.86º | 0.59% | 0.98% | - |
| XYZ | 28.92 | 20.25 | 93.65 | - |
| YUV | 122.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 251 | 0.56 | 0.59 | 0 | 0.02 | 242.86 | 0.95 | 0.7 |
| Hex | 6F | 68 | FB | 38 | 3B | 0 | 2 | F3 | 5F | 46 |
| Octal | 157 | 150 | 373 | 70 | 73 | 0 | 2 | 363 | 137 | 106 |
| Binary | 1101111 | 1101000 | 11111011 | 111000 | 111011 | 0 | 10 | 11110011 | 1011111 | 1000110 |
Color Harmonies of #6F68FB
Complementary color
Monochromatic Colors of #6F68FB
Black with #6F68FB
Text Example
Text Example
White with #6F68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68FB; }
p { color: rgb(111,104,251); }
H1.HeaderClassName
{
color: #6F68FB;
}
.AnyTagClassName
{
color: #6F68FB;
}
</style>
background-color css
<style>
a { background-color: #6F68FB; }
a { background-color: rgb(111,104,251); }
div.DivClassName
{
background-color: #6F68FB;
}
.BgClassName
{
background-color: #6F68FB;
}
</style>
border-color css
<style>
span { border-color: #6F68FB; }
span { border-color: rgb(111,104,251); }
td.TdClassName
{
border-color: #6F68FB;
}
.TagClassName
{
border-color: #6F68FB;
}
</style>