Shades of Medium Slate Blue #6472FE
Tints of Medium Slate Blue #6472FE
RGB
CMYK
RGB Variations
Color information
#6472FE (or 0x6472FE) is known color: Medium Slate Blue. HEX triplet: 64, 72 and FE. RGB value is (100,114,254). Sum of RGB (Red+Green+Blue) = 100+114+254=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #6472FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6472FE is #9B8D01. Grayscale: #7D7D7D. Windows color (decimal): -10194178 or 16675428. OLE color: 16675428.
HSL color Cylindrical-coordinate representation of color #6472FE: hue angle of 234.55º 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 #6472FE is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 114 | 254 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.00 |
| HSL | 234.55º | 0.99% | 0.69% | - |
| HSV(B) | 234.55º | 0.61% | 1% | - |
| XYZ | 29.16 | 21.9 | 96.46 | - |
| YUV | 125.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 254 | 0.61 | 0.55 | 0 | 0.00 | 234.55 | 0.99 | 0.69 |
| Hex | 64 | 72 | FE | 3D | 37 | 0 | 0 | EB | 63 | 45 |
| Octal | 144 | 162 | 376 | 75 | 67 | 0 | 0 | 353 | 143 | 105 |
| Binary | 1100100 | 1110010 | 11111110 | 111101 | 110111 | 0 | 0 | 11101011 | 1100011 | 1000101 |
Color Harmonies of #6472FE
Complementary color
Monochromatic Colors of #6472FE
Black with #6472FE
Text Example
Text Example
White with #6472FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6472FE; }
p { color: rgb(100,114,254); }
H1.HeaderClassName
{
color: #6472FE;
}
.AnyTagClassName
{
color: #6472FE;
}
</style>
background-color css
<style>
a { background-color: #6472FE; }
a { background-color: rgb(100,114,254); }
div.DivClassName
{
background-color: #6472FE;
}
.BgClassName
{
background-color: #6472FE;
}
</style>
border-color css
<style>
span { border-color: #6472FE; }
span { border-color: rgb(100,114,254); }
td.TdClassName
{
border-color: #6472FE;
}
.TagClassName
{
border-color: #6472FE;
}
</style>