Shades of Medium Slate Blue #675AF7
Tints of Medium Slate Blue #675AF7
RGB
CMYK
RGB Variations
Color information
#675AF7 (or 0x675AF7) is known color: Medium Slate Blue. HEX triplet: 67, 5A and F7. RGB value is (103,90,247). Sum of RGB (Red+Green+Blue) = 103+90+247=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #675AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675AF7 is #98A508. Grayscale: #6F6F6F. Windows color (decimal): -10003721 or 16210535. OLE color: 16210535.
HSL color Cylindrical-coordinate representation of color #675AF7: hue angle of 244.97º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #675AF7 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 90 | 247 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.03 |
| HSL | 244.97º | 0.91% | 0.66% | - |
| HSV(B) | 244.97º | 0.64% | 0.97% | - |
| XYZ | 26.04 | 16.91 | 89.89 | - |
| YUV | 111.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 247 | 0.58 | 0.64 | 0 | 0.03 | 244.97 | 0.91 | 0.66 |
| Hex | 67 | 5A | F7 | 3A | 40 | 0 | 3 | F5 | 5B | 42 |
| Octal | 147 | 132 | 367 | 72 | 100 | 0 | 3 | 365 | 133 | 102 |
| Binary | 1100111 | 1011010 | 11110111 | 111010 | 1000000 | 0 | 11 | 11110101 | 1011011 | 1000010 |
Color Harmonies of #675AF7
Complementary color
Monochromatic Colors of #675AF7
Black with #675AF7
Text Example
Text Example
White with #675AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AF7; }
p { color: rgb(103,90,247); }
H1.HeaderClassName
{
color: #675AF7;
}
.AnyTagClassName
{
color: #675AF7;
}
</style>
background-color css
<style>
a { background-color: #675AF7; }
a { background-color: rgb(103,90,247); }
div.DivClassName
{
background-color: #675AF7;
}
.BgClassName
{
background-color: #675AF7;
}
</style>
border-color css
<style>
span { border-color: #675AF7; }
span { border-color: rgb(103,90,247); }
td.TdClassName
{
border-color: #675AF7;
}
.TagClassName
{
border-color: #675AF7;
}
</style>