Shades of Medium Slate Blue #6467FC
Tints of Medium Slate Blue #6467FC
RGB
CMYK
RGB Variations
Color information
#6467FC (or 0x6467FC) is known color: Medium Slate Blue. HEX triplet: 64, 67 and FC. RGB value is (100,103,252). Sum of RGB (Red+Green+Blue) = 100+103+252=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #6467FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6467FC is #9B9803. Grayscale: #767676. Windows color (decimal): -10196996 or 16541540. OLE color: 16541540.
HSL color Cylindrical-coordinate representation of color #6467FC: hue angle of 238.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6467FC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 103 | 252 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.01 |
| HSL | 238.82º | 0.96% | 0.69% | - |
| HSV(B) | 238.82º | 0.6% | 0.99% | - |
| XYZ | 27.68 | 19.44 | 94.39 | - |
| YUV | 119.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 252 | 0.60 | 0.59 | 0 | 0.01 | 238.82 | 0.96 | 0.69 |
| Hex | 64 | 67 | FC | 3C | 3B | 0 | 1 | EF | 60 | 45 |
| Octal | 144 | 147 | 374 | 74 | 73 | 0 | 1 | 357 | 140 | 105 |
| Binary | 1100100 | 1100111 | 11111100 | 111100 | 111011 | 0 | 1 | 11101111 | 1100000 | 1000101 |
Color Harmonies of #6467FC
Complementary color
Monochromatic Colors of #6467FC
Black with #6467FC
Text Example
Text Example
White with #6467FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6467FC; }
p { color: rgb(100,103,252); }
H1.HeaderClassName
{
color: #6467FC;
}
.AnyTagClassName
{
color: #6467FC;
}
</style>
background-color css
<style>
a { background-color: #6467FC; }
a { background-color: rgb(100,103,252); }
div.DivClassName
{
background-color: #6467FC;
}
.BgClassName
{
background-color: #6467FC;
}
</style>
border-color css
<style>
span { border-color: #6467FC; }
span { border-color: rgb(100,103,252); }
td.TdClassName
{
border-color: #6467FC;
}
.TagClassName
{
border-color: #6467FC;
}
</style>