Shades of Medium Slate Blue #6759FA
Tints of Medium Slate Blue #6759FA
RGB
CMYK
RGB Variations
Color information
#6759FA (or 0x6759FA) is known color: Medium Slate Blue. HEX triplet: 67, 59 and FA. RGB value is (103,89,250). Sum of RGB (Red+Green+Blue) = 103+89+250=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #6759FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6759FA is #98A605. Grayscale: #6E6E6E. Windows color (decimal): -10003974 or 16406887. OLE color: 16406887.
HSL color Cylindrical-coordinate representation of color #6759FA: hue angle of 245.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6759FA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 89 | 250 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.02 |
| HSL | 245.22º | 0.94% | 0.66% | - |
| HSV(B) | 245.22º | 0.64% | 0.98% | - |
| XYZ | 26.42 | 16.93 | 92.32 | - |
| YUV | 111.54 | 206.14 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 250 | 0.59 | 0.64 | 0 | 0.02 | 245.22 | 0.94 | 0.66 |
| Hex | 67 | 59 | FA | 3B | 40 | 0 | 2 | F5 | 5E | 42 |
| Octal | 147 | 131 | 372 | 73 | 100 | 0 | 2 | 365 | 136 | 102 |
| Binary | 1100111 | 1011001 | 11111010 | 111011 | 1000000 | 0 | 10 | 11110101 | 1011110 | 1000010 |
Color Harmonies of #6759FA
Complementary color
Monochromatic Colors of #6759FA
Black with #6759FA
Text Example
Text Example
White with #6759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6759FA; }
p { color: rgb(103,89,250); }
H1.HeaderClassName
{
color: #6759FA;
}
.AnyTagClassName
{
color: #6759FA;
}
</style>
background-color css
<style>
a { background-color: #6759FA; }
a { background-color: rgb(103,89,250); }
div.DivClassName
{
background-color: #6759FA;
}
.BgClassName
{
background-color: #6759FA;
}
</style>
border-color css
<style>
span { border-color: #6759FA; }
span { border-color: rgb(103,89,250); }
td.TdClassName
{
border-color: #6759FA;
}
.TagClassName
{
border-color: #6759FA;
}
</style>