Shades of Medium Slate Blue #6468FE
Tints of Medium Slate Blue #6468FE
RGB
CMYK
RGB Variations
Color information
#6468FE (or 0x6468FE) is known color: Medium Slate Blue. HEX triplet: 64, 68 and FE. RGB value is (100,104,254). Sum of RGB (Red+Green+Blue) = 100+104+254=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 104 (41.02% from 255 or 22.71% 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 #6468FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468FE is #9B9701. Grayscale: #777777. Windows color (decimal): -10196738 or 16672868. OLE color: 16672868.
HSL color Cylindrical-coordinate representation of color #6468FE: hue angle of 238.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6468FE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 104 | 254 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.00 |
| HSL | 238.44º | 0.99% | 0.69% | - |
| HSV(B) | 238.44º | 0.61% | 1% | - |
| XYZ | 28.1 | 19.77 | 96.1 | - |
| YUV | 119.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 254 | 0.61 | 0.59 | 0 | 0.00 | 238.44 | 0.99 | 0.69 |
| Hex | 64 | 68 | FE | 3D | 3B | 0 | 0 | EE | 63 | 45 |
| Octal | 144 | 150 | 376 | 75 | 73 | 0 | 0 | 356 | 143 | 105 |
| Binary | 1100100 | 1101000 | 11111110 | 111101 | 111011 | 0 | 0 | 11101110 | 1100011 | 1000101 |
Color Harmonies of #6468FE
Complementary color
Monochromatic Colors of #6468FE
Black with #6468FE
Text Example
Text Example
White with #6468FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468FE; }
p { color: rgb(100,104,254); }
H1.HeaderClassName
{
color: #6468FE;
}
.AnyTagClassName
{
color: #6468FE;
}
</style>
background-color css
<style>
a { background-color: #6468FE; }
a { background-color: rgb(100,104,254); }
div.DivClassName
{
background-color: #6468FE;
}
.BgClassName
{
background-color: #6468FE;
}
</style>
border-color css
<style>
span { border-color: #6468FE; }
span { border-color: rgb(100,104,254); }
td.TdClassName
{
border-color: #6468FE;
}
.TagClassName
{
border-color: #6468FE;
}
</style>