Shades of Medium Slate Blue #6264FA
Tints of Medium Slate Blue #6264FA
RGB
CMYK
RGB Variations
Color information
#6264FA (or 0x6264FA) is known color: Medium Slate Blue. HEX triplet: 62, 64 and FA. RGB value is (98,100,250). Sum of RGB (Red+Green+Blue) = 98+100+250=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #6264FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6264FA is #9D9B05. Grayscale: #737373. Windows color (decimal): -10328838 or 16409698. OLE color: 16409698.
HSL color Cylindrical-coordinate representation of color #6264FA: hue angle of 239.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6264FA is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 100 | 250 | - |
| CMYK | 0.61 | 0.6 | 0 | 0.02 |
| HSL | 239.21º | 0.94% | 0.68% | - |
| HSV(B) | 239.21º | 0.61% | 0.98% | - |
| XYZ | 26.85 | 18.61 | 92.62 | - |
| YUV | 116.5 | 203.34 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 250 | 0.61 | 0.6 | 0 | 0.02 | 239.21 | 0.94 | 0.68 |
| Hex | 62 | 64 | FA | 3D | 3C | 0 | 2 | EF | 5E | 44 |
| Octal | 142 | 144 | 372 | 75 | 74 | 0 | 2 | 357 | 136 | 104 |
| Binary | 1100010 | 1100100 | 11111010 | 111101 | 111100 | 0 | 10 | 11101111 | 1011110 | 1000100 |
Color Harmonies of #6264FA
Complementary color
Monochromatic Colors of #6264FA
Black with #6264FA
Text Example
Text Example
White with #6264FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264FA; }
p { color: rgb(98,100,250); }
H1.HeaderClassName
{
color: #6264FA;
}
.AnyTagClassName
{
color: #6264FA;
}
</style>
background-color css
<style>
a { background-color: #6264FA; }
a { background-color: rgb(98,100,250); }
div.DivClassName
{
background-color: #6264FA;
}
.BgClassName
{
background-color: #6264FA;
}
</style>
border-color css
<style>
span { border-color: #6264FA; }
span { border-color: rgb(98,100,250); }
td.TdClassName
{
border-color: #6264FA;
}
.TagClassName
{
border-color: #6264FA;
}
</style>