Shades of Medium Slate Blue #6567FE
Tints of Medium Slate Blue #6567FE
RGB
CMYK
RGB Variations
Color information
#6567FE (or 0x6567FE) is known color: Medium Slate Blue. HEX triplet: 65, 67 and FE. RGB value is (101,103,254). Sum of RGB (Red+Green+Blue) = 101+103+254=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #6567FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6567FE is #9A9801. Grayscale: #777777. Windows color (decimal): -10131458 or 16672613. OLE color: 16672613.
HSL color Cylindrical-coordinate representation of color #6567FE: hue angle of 239.22º 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 #6567FE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 103 | 254 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.00 |
| HSL | 239.22º | 0.99% | 0.7% | - |
| HSV(B) | 239.22º | 0.6% | 1% | - |
| XYZ | 28.11 | 19.62 | 96.07 | - |
| YUV | 119.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 254 | 0.60 | 0.59 | 0 | 0.00 | 239.22 | 0.99 | 0.7 |
| Hex | 65 | 67 | FE | 3C | 3B | 0 | 0 | EF | 63 | 46 |
| Octal | 145 | 147 | 376 | 74 | 73 | 0 | 0 | 357 | 143 | 106 |
| Binary | 1100101 | 1100111 | 11111110 | 111100 | 111011 | 0 | 0 | 11101111 | 1100011 | 1000110 |
Color Harmonies of #6567FE
Complementary color
Monochromatic Colors of #6567FE
Black with #6567FE
Text Example
Text Example
White with #6567FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6567FE; }
p { color: rgb(101,103,254); }
H1.HeaderClassName
{
color: #6567FE;
}
.AnyTagClassName
{
color: #6567FE;
}
</style>
background-color css
<style>
a { background-color: #6567FE; }
a { background-color: rgb(101,103,254); }
div.DivClassName
{
background-color: #6567FE;
}
.BgClassName
{
background-color: #6567FE;
}
</style>
border-color css
<style>
span { border-color: #6567FE; }
span { border-color: rgb(101,103,254); }
td.TdClassName
{
border-color: #6567FE;
}
.TagClassName
{
border-color: #6567FE;
}
</style>