Shades of Medium Slate Blue #6758FA
Tints of Medium Slate Blue #6758FA
RGB
CMYK
RGB Variations
Color information
#6758FA (or 0x6758FA) is known color: Medium Slate Blue. HEX triplet: 67, 58 and FA. RGB value is (103,88,250). Sum of RGB (Red+Green+Blue) = 103+88+250=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #6758FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6758FA is #98A705. Grayscale: #6E6E6E. Windows color (decimal): -10004230 or 16406631. OLE color: 16406631.
HSL color Cylindrical-coordinate representation of color #6758FA: hue angle of 245.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6758FA is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 88 | 250 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.02 |
| HSL | 245.56º | 0.94% | 0.66% | - |
| HSV(B) | 245.56º | 0.65% | 0.98% | - |
| XYZ | 26.34 | 16.77 | 92.29 | - |
| YUV | 110.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 250 | 0.59 | 0.65 | 0 | 0.02 | 245.56 | 0.94 | 0.66 |
| Hex | 67 | 58 | FA | 3B | 41 | 0 | 2 | F6 | 5E | 42 |
| Octal | 147 | 130 | 372 | 73 | 101 | 0 | 2 | 366 | 136 | 102 |
| Binary | 1100111 | 1011000 | 11111010 | 111011 | 1000001 | 0 | 10 | 11110110 | 1011110 | 1000010 |
Color Harmonies of #6758FA
Complementary color
Monochromatic Colors of #6758FA
Black with #6758FA
Text Example
Text Example
White with #6758FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758FA; }
p { color: rgb(103,88,250); }
H1.HeaderClassName
{
color: #6758FA;
}
.AnyTagClassName
{
color: #6758FA;
}
</style>
background-color css
<style>
a { background-color: #6758FA; }
a { background-color: rgb(103,88,250); }
div.DivClassName
{
background-color: #6758FA;
}
.BgClassName
{
background-color: #6758FA;
}
</style>
border-color css
<style>
span { border-color: #6758FA; }
span { border-color: rgb(103,88,250); }
td.TdClassName
{
border-color: #6758FA;
}
.TagClassName
{
border-color: #6758FA;
}
</style>