Shades of Medium Slate Blue #675DF7
Tints of Medium Slate Blue #675DF7
RGB
CMYK
RGB Variations
Color information
#675DF7 (or 0x675DF7) is known color: Medium Slate Blue. HEX triplet: 67, 5D and F7. RGB value is (103,93,247). Sum of RGB (Red+Green+Blue) = 103+93+247=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #675DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675DF7 is #98A208. Grayscale: #707070. Windows color (decimal): -10002953 or 16211303. OLE color: 16211303.
HSL color Cylindrical-coordinate representation of color #675DF7: hue angle of 243.9º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #675DF7 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 93 | 247 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.03 |
| HSL | 243.9º | 0.91% | 0.67% | - |
| HSV(B) | 243.9º | 0.62% | 0.97% | - |
| XYZ | 26.3 | 17.43 | 89.97 | - |
| YUV | 113.55 | 203.31 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 247 | 0.58 | 0.62 | 0 | 0.03 | 243.9 | 0.91 | 0.67 |
| Hex | 67 | 5D | F7 | 3A | 3E | 0 | 3 | F4 | 5B | 43 |
| Octal | 147 | 135 | 367 | 72 | 76 | 0 | 3 | 364 | 133 | 103 |
| Binary | 1100111 | 1011101 | 11110111 | 111010 | 111110 | 0 | 11 | 11110100 | 1011011 | 1000011 |
Color Harmonies of #675DF7
Complementary color
Monochromatic Colors of #675DF7
Black with #675DF7
Text Example
Text Example
White with #675DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DF7; }
p { color: rgb(103,93,247); }
H1.HeaderClassName
{
color: #675DF7;
}
.AnyTagClassName
{
color: #675DF7;
}
</style>
background-color css
<style>
a { background-color: #675DF7; }
a { background-color: rgb(103,93,247); }
div.DivClassName
{
background-color: #675DF7;
}
.BgClassName
{
background-color: #675DF7;
}
</style>
border-color css
<style>
span { border-color: #675DF7; }
span { border-color: rgb(103,93,247); }
td.TdClassName
{
border-color: #675DF7;
}
.TagClassName
{
border-color: #675DF7;
}
</style>