Shades of Medium Slate Blue #6568FE
Tints of Medium Slate Blue #6568FE
RGB
CMYK
RGB Variations
Color information
#6568FE (or 0x6568FE) is known color: Medium Slate Blue. HEX triplet: 65, 68 and FE. RGB value is (101,104,254). Sum of RGB (Red+Green+Blue) = 101+104+254=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #6568FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6568FE is #9A9701. Grayscale: #777777. Windows color (decimal): -10131202 or 16672869. OLE color: 16672869.
HSL color Cylindrical-coordinate representation of color #6568FE: hue angle of 238.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6568FE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 104 | 254 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.00 |
| HSL | 238.82º | 0.99% | 0.7% | - |
| HSV(B) | 238.82º | 0.6% | 1% | - |
| XYZ | 28.21 | 19.82 | 96.11 | - |
| YUV | 120.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 254 | 0.60 | 0.59 | 0 | 0.00 | 238.82 | 0.99 | 0.7 |
| Hex | 65 | 68 | FE | 3C | 3B | 0 | 0 | EF | 63 | 46 |
| Octal | 145 | 150 | 376 | 74 | 73 | 0 | 0 | 357 | 143 | 106 |
| Binary | 1100101 | 1101000 | 11111110 | 111100 | 111011 | 0 | 0 | 11101111 | 1100011 | 1000110 |
Color Harmonies of #6568FE
Complementary color
Monochromatic Colors of #6568FE
Black with #6568FE
Text Example
Text Example
White with #6568FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568FE; }
p { color: rgb(101,104,254); }
H1.HeaderClassName
{
color: #6568FE;
}
.AnyTagClassName
{
color: #6568FE;
}
</style>
background-color css
<style>
a { background-color: #6568FE; }
a { background-color: rgb(101,104,254); }
div.DivClassName
{
background-color: #6568FE;
}
.BgClassName
{
background-color: #6568FE;
}
</style>
border-color css
<style>
span { border-color: #6568FE; }
span { border-color: rgb(101,104,254); }
td.TdClassName
{
border-color: #6568FE;
}
.TagClassName
{
border-color: #6568FE;
}
</style>