Shades of Medium Slate Blue #6471EC
Tints of Medium Slate Blue #6471EC
RGB
CMYK
RGB Variations
Color information
#6471EC (or 0x6471EC) is known color: Medium Slate Blue. HEX triplet: 64, 71 and EC. RGB value is (100,113,236). Sum of RGB (Red+Green+Blue) = 100+113+236=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #6471EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471EC is #9B8E13. Grayscale: #7A7A7A. Windows color (decimal): -10194452 or 15495524. OLE color: 15495524.
HSL color Cylindrical-coordinate representation of color #6471EC: hue angle of 234.26º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6471EC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 113 | 236 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.07 |
| HSL | 234.26º | 0.78% | 0.66% | - |
| HSV(B) | 234.26º | 0.58% | 0.93% | - |
| XYZ | 26.3 | 20.58 | 81.94 | - |
| YUV | 123.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 236 | 0.58 | 0.52 | 0 | 0.07 | 234.26 | 0.78 | 0.66 |
| Hex | 64 | 71 | EC | 3A | 34 | 0 | 7 | EA | 4E | 42 |
| Octal | 144 | 161 | 354 | 72 | 64 | 0 | 7 | 352 | 116 | 102 |
| Binary | 1100100 | 1110001 | 11101100 | 111010 | 110100 | 0 | 111 | 11101010 | 1001110 | 1000010 |
Color Harmonies of #6471EC
Complementary color
Monochromatic Colors of #6471EC
Black with #6471EC
Text Example
Text Example
White with #6471EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471EC; }
p { color: rgb(100,113,236); }
H1.HeaderClassName
{
color: #6471EC;
}
.AnyTagClassName
{
color: #6471EC;
}
</style>
background-color css
<style>
a { background-color: #6471EC; }
a { background-color: rgb(100,113,236); }
div.DivClassName
{
background-color: #6471EC;
}
.BgClassName
{
background-color: #6471EC;
}
</style>
border-color css
<style>
span { border-color: #6471EC; }
span { border-color: rgb(100,113,236); }
td.TdClassName
{
border-color: #6471EC;
}
.TagClassName
{
border-color: #6471EC;
}
</style>