Shades of Medium Slate Blue #646BFA
Tints of Medium Slate Blue #646BFA
RGB
CMYK
RGB Variations
Color information
#646BFA (or 0x646BFA) is known color: Medium Slate Blue. HEX triplet: 64, 6B and FA. RGB value is (100,107,250). Sum of RGB (Red+Green+Blue) = 100+107+250=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #646BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #646BFA is #9B9405. Grayscale: #787878. Windows color (decimal): -10195974 or 16411492. OLE color: 16411492.
HSL color Cylindrical-coordinate representation of color #646BFA: hue angle of 237.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #646BFA is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 107 | 250 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.02 |
| HSL | 237.2º | 0.94% | 0.69% | - |
| HSV(B) | 237.2º | 0.6% | 0.98% | - |
| XYZ | 27.77 | 20.13 | 92.86 | - |
| YUV | 121.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 250 | 0.6 | 0.57 | 0 | 0.02 | 237.2 | 0.94 | 0.69 |
| Hex | 64 | 6B | FA | 3C | 39 | 0 | 2 | ED | 5E | 45 |
| Octal | 144 | 153 | 372 | 74 | 71 | 0 | 2 | 355 | 136 | 105 |
| Binary | 1100100 | 1101011 | 11111010 | 111100 | 111001 | 0 | 10 | 11101101 | 1011110 | 1000101 |
Color Harmonies of #646BFA
Complementary color
Monochromatic Colors of #646BFA
Black with #646BFA
Text Example
Text Example
White with #646BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BFA; }
p { color: rgb(100,107,250); }
H1.HeaderClassName
{
color: #646BFA;
}
.AnyTagClassName
{
color: #646BFA;
}
</style>
background-color css
<style>
a { background-color: #646BFA; }
a { background-color: rgb(100,107,250); }
div.DivClassName
{
background-color: #646BFA;
}
.BgClassName
{
background-color: #646BFA;
}
</style>
border-color css
<style>
span { border-color: #646BFA; }
span { border-color: rgb(100,107,250); }
td.TdClassName
{
border-color: #646BFA;
}
.TagClassName
{
border-color: #646BFA;
}
</style>