Shades of Medium Slate Blue #6473EA
Tints of Medium Slate Blue #6473EA
RGB
CMYK
RGB Variations
Color information
#6473EA (or 0x6473EA) is known color: Medium Slate Blue. HEX triplet: 64, 73 and EA. RGB value is (100,115,234). Sum of RGB (Red+Green+Blue) = 100+115+234=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #6473EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6473EA is #9B8C15. Grayscale: #7B7B7B. Windows color (decimal): -10193942 or 15364964. OLE color: 15364964.
HSL color Cylindrical-coordinate representation of color #6473EA: hue angle of 233.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6473EA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 115 | 234 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.08 |
| HSL | 233.28º | 0.76% | 0.65% | - |
| HSV(B) | 233.28º | 0.57% | 0.92% | - |
| XYZ | 26.24 | 20.91 | 80.5 | - |
| YUV | 124.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 234 | 0.57 | 0.51 | 0 | 0.08 | 233.28 | 0.76 | 0.65 |
| Hex | 64 | 73 | EA | 39 | 33 | 0 | 8 | E9 | 4C | 41 |
| Octal | 144 | 163 | 352 | 71 | 63 | 0 | 10 | 351 | 114 | 101 |
| Binary | 1100100 | 1110011 | 11101010 | 111001 | 110011 | 0 | 1000 | 11101001 | 1001100 | 1000001 |
Color Harmonies of #6473EA
Complementary color
Monochromatic Colors of #6473EA
Black with #6473EA
Text Example
Text Example
White with #6473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473EA; }
p { color: rgb(100,115,234); }
H1.HeaderClassName
{
color: #6473EA;
}
.AnyTagClassName
{
color: #6473EA;
}
</style>
background-color css
<style>
a { background-color: #6473EA; }
a { background-color: rgb(100,115,234); }
div.DivClassName
{
background-color: #6473EA;
}
.BgClassName
{
background-color: #6473EA;
}
</style>
border-color css
<style>
span { border-color: #6473EA; }
span { border-color: rgb(100,115,234); }
td.TdClassName
{
border-color: #6473EA;
}
.TagClassName
{
border-color: #6473EA;
}
</style>