Shades of Medium Slate Blue #6376FA
Tints of Medium Slate Blue #6376FA
RGB
CMYK
RGB Variations
Color information
#6376FA (or 0x6376FA) is known color: Medium Slate Blue. HEX triplet: 63, 76 and FA. RGB value is (99,118,250). Sum of RGB (Red+Green+Blue) = 99+118+250=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6376FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6376FA is #9C8905. Grayscale: #7E7E7E. Windows color (decimal): -10258694 or 16414307. OLE color: 16414307.
HSL color Cylindrical-coordinate representation of color #6376FA: hue angle of 232.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6376FA is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 118 | 250 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.02 |
| HSL | 232.45º | 0.94% | 0.68% | - |
| HSV(B) | 232.45º | 0.6% | 0.98% | - |
| XYZ | 28.88 | 22.51 | 93.27 | - |
| YUV | 127.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 250 | 0.60 | 0.53 | 0 | 0.02 | 232.45 | 0.94 | 0.68 |
| Hex | 63 | 76 | FA | 3C | 35 | 0 | 2 | E8 | 5E | 44 |
| Octal | 143 | 166 | 372 | 74 | 65 | 0 | 2 | 350 | 136 | 104 |
| Binary | 1100011 | 1110110 | 11111010 | 111100 | 110101 | 0 | 10 | 11101000 | 1011110 | 1000100 |
Color Harmonies of #6376FA
Complementary color
Monochromatic Colors of #6376FA
Black with #6376FA
Text Example
Text Example
White with #6376FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376FA; }
p { color: rgb(99,118,250); }
H1.HeaderClassName
{
color: #6376FA;
}
.AnyTagClassName
{
color: #6376FA;
}
</style>
background-color css
<style>
a { background-color: #6376FA; }
a { background-color: rgb(99,118,250); }
div.DivClassName
{
background-color: #6376FA;
}
.BgClassName
{
background-color: #6376FA;
}
</style>
border-color css
<style>
span { border-color: #6376FA; }
span { border-color: rgb(99,118,250); }
td.TdClassName
{
border-color: #6376FA;
}
.TagClassName
{
border-color: #6376FA;
}
</style>