Shades of Medium Slate Blue #675DFF
Tints of Medium Slate Blue #675DFF
RGB
CMYK
RGB Variations
Color information
#675DFF (or 0x675DFF) is known color: Medium Slate Blue. HEX triplet: 67, 5D and FF. RGB value is (103,93,255). Sum of RGB (Red+Green+Blue) = 103+93+255=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #675DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675DFF is #98A200. Grayscale: #717171. Windows color (decimal): -10002945 or 16735591. OLE color: 16735591.
HSL color Cylindrical-coordinate representation of color #675DFF: hue angle of 243.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #675DFF is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 93 | 255 | - |
| CMYK | 0.60 | 0.64 | 0 | 0 |
| HSL | 243.7º | 1% | 0.68% | - |
| HSV(B) | 243.7º | 0.64% | 1% | - |
| XYZ | 27.56 | 17.93 | 96.62 | - |
| YUV | 114.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 255 | 0.60 | 0.64 | 0 | 0 | 243.7 | 1 | 0.68 |
| Hex | 67 | 5D | FF | 3C | 40 | 0 | 0 | F4 | 64 | 44 |
| Octal | 147 | 135 | 377 | 74 | 100 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1100111 | 1011101 | 11111111 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #675DFF
Complementary color
Monochromatic Colors of #675DFF
Black with #675DFF
Text Example
Text Example
White with #675DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DFF; }
p { color: rgb(103,93,255); }
H1.HeaderClassName
{
color: #675DFF;
}
.AnyTagClassName
{
color: #675DFF;
}
</style>
background-color css
<style>
a { background-color: #675DFF; }
a { background-color: rgb(103,93,255); }
div.DivClassName
{
background-color: #675DFF;
}
.BgClassName
{
background-color: #675DFF;
}
</style>
border-color css
<style>
span { border-color: #675DFF; }
span { border-color: rgb(103,93,255); }
td.TdClassName
{
border-color: #675DFF;
}
.TagClassName
{
border-color: #675DFF;
}
</style>