Shades of Medium Slate Blue #6471EB
Tints of Medium Slate Blue #6471EB
RGB
CMYK
RGB Variations
Color information
#6471EB (or 0x6471EB) is known color: Medium Slate Blue. HEX triplet: 64, 71 and EB. RGB value is (100,113,235). Sum of RGB (Red+Green+Blue) = 100+113+235=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #6471EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471EB is #9B8E14. Grayscale: #7A7A7A. Windows color (decimal): -10194453 or 15429988. OLE color: 15429988.
HSL color Cylindrical-coordinate representation of color #6471EB: hue angle of 234.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6471EB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 113 | 235 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.08 |
| HSL | 234.22º | 0.77% | 0.66% | - |
| HSV(B) | 234.22º | 0.57% | 0.92% | - |
| XYZ | 26.16 | 20.52 | 81.18 | - |
| YUV | 123.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 235 | 0.57 | 0.52 | 0 | 0.08 | 234.22 | 0.77 | 0.66 |
| Hex | 64 | 71 | EB | 39 | 34 | 0 | 8 | EA | 4D | 42 |
| Octal | 144 | 161 | 353 | 71 | 64 | 0 | 10 | 352 | 115 | 102 |
| Binary | 1100100 | 1110001 | 11101011 | 111001 | 110100 | 0 | 1000 | 11101010 | 1001101 | 1000010 |
Color Harmonies of #6471EB
Complementary color
Monochromatic Colors of #6471EB
Black with #6471EB
Text Example
Text Example
White with #6471EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471EB; }
p { color: rgb(100,113,235); }
H1.HeaderClassName
{
color: #6471EB;
}
.AnyTagClassName
{
color: #6471EB;
}
</style>
background-color css
<style>
a { background-color: #6471EB; }
a { background-color: rgb(100,113,235); }
div.DivClassName
{
background-color: #6471EB;
}
.BgClassName
{
background-color: #6471EB;
}
</style>
border-color css
<style>
span { border-color: #6471EB; }
span { border-color: rgb(100,113,235); }
td.TdClassName
{
border-color: #6471EB;
}
.TagClassName
{
border-color: #6471EB;
}
</style>