Shades of Medium Slate Blue #6473F1
Tints of Medium Slate Blue #6473F1
RGB
CMYK
RGB Variations
Color information
#6473F1 (or 0x6473F1) is known color: Medium Slate Blue. HEX triplet: 64, 73 and F1. RGB value is (100,115,241). Sum of RGB (Red+Green+Blue) = 100+115+241=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #6473F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6473F1 is #9B8C0E. Grayscale: #7C7C7C. Windows color (decimal): -10193935 or 15823716. OLE color: 15823716.
HSL color Cylindrical-coordinate representation of color #6473F1: hue angle of 233.62º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6473F1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 115 | 241 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.05 |
| HSL | 233.62º | 0.83% | 0.67% | - |
| HSV(B) | 233.62º | 0.59% | 0.95% | - |
| XYZ | 27.26 | 21.32 | 85.9 | - |
| YUV | 124.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 241 | 0.59 | 0.52 | 0 | 0.05 | 233.62 | 0.83 | 0.67 |
| Hex | 64 | 73 | F1 | 3B | 34 | 0 | 5 | EA | 53 | 43 |
| Octal | 144 | 163 | 361 | 73 | 64 | 0 | 5 | 352 | 123 | 103 |
| Binary | 1100100 | 1110011 | 11110001 | 111011 | 110100 | 0 | 101 | 11101010 | 1010011 | 1000011 |
Color Harmonies of #6473F1
Complementary color
Monochromatic Colors of #6473F1
Black with #6473F1
Text Example
Text Example
White with #6473F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473F1; }
p { color: rgb(100,115,241); }
H1.HeaderClassName
{
color: #6473F1;
}
.AnyTagClassName
{
color: #6473F1;
}
</style>
background-color css
<style>
a { background-color: #6473F1; }
a { background-color: rgb(100,115,241); }
div.DivClassName
{
background-color: #6473F1;
}
.BgClassName
{
background-color: #6473F1;
}
</style>
border-color css
<style>
span { border-color: #6473F1; }
span { border-color: rgb(100,115,241); }
td.TdClassName
{
border-color: #6473F1;
}
.TagClassName
{
border-color: #6473F1;
}
</style>