Shades of Medium Slate Blue #6476F0
Tints of Medium Slate Blue #6476F0
RGB
CMYK
RGB Variations
Color information
#6476F0 (or 0x6476F0) is known color: Medium Slate Blue. HEX triplet: 64, 76 and F0. RGB value is (100,118,240). Sum of RGB (Red+Green+Blue) = 100+118+240=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #6476F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6476F0 is #9B890F. Grayscale: #7E7E7E. Windows color (decimal): -10193168 or 15758948. OLE color: 15758948.
HSL color Cylindrical-coordinate representation of color #6476F0: hue angle of 232.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6476F0 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 118 | 240 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.06 |
| HSL | 232.29º | 0.82% | 0.67% | - |
| HSV(B) | 232.29º | 0.58% | 0.94% | - |
| XYZ | 27.46 | 21.96 | 85.23 | - |
| YUV | 126.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 240 | 0.58 | 0.51 | 0 | 0.06 | 232.29 | 0.82 | 0.67 |
| Hex | 64 | 76 | F0 | 3A | 33 | 0 | 6 | E8 | 52 | 43 |
| Octal | 144 | 166 | 360 | 72 | 63 | 0 | 6 | 350 | 122 | 103 |
| Binary | 1100100 | 1110110 | 11110000 | 111010 | 110011 | 0 | 110 | 11101000 | 1010010 | 1000011 |
Color Harmonies of #6476F0
Complementary color
Monochromatic Colors of #6476F0
Black with #6476F0
Text Example
Text Example
White with #6476F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476F0; }
p { color: rgb(100,118,240); }
H1.HeaderClassName
{
color: #6476F0;
}
.AnyTagClassName
{
color: #6476F0;
}
</style>
background-color css
<style>
a { background-color: #6476F0; }
a { background-color: rgb(100,118,240); }
div.DivClassName
{
background-color: #6476F0;
}
.BgClassName
{
background-color: #6476F0;
}
</style>
border-color css
<style>
span { border-color: #6476F0; }
span { border-color: rgb(100,118,240); }
td.TdClassName
{
border-color: #6476F0;
}
.TagClassName
{
border-color: #6476F0;
}
</style>