Shades of Medium Slate Blue #675BEC
Tints of Medium Slate Blue #675BEC
RGB
CMYK
RGB Variations
Color information
#675BEC (or 0x675BEC) is known color: Medium Slate Blue. HEX triplet: 67, 5B and EC. RGB value is (103,91,236). Sum of RGB (Red+Green+Blue) = 103+91+236=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #675BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675BEC is #98A413. Grayscale: #6E6E6E. Windows color (decimal): -10003476 or 15489895. OLE color: 15489895.
HSL color Cylindrical-coordinate representation of color #675BEC: hue angle of 244.97º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #675BEC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 91 | 236 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.07 |
| HSL | 244.97º | 0.79% | 0.64% | - |
| HSV(B) | 244.97º | 0.61% | 0.93% | - |
| XYZ | 24.47 | 16.42 | 81.24 | - |
| YUV | 111.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 236 | 0.56 | 0.61 | 0 | 0.07 | 244.97 | 0.79 | 0.64 |
| Hex | 67 | 5B | EC | 38 | 3D | 0 | 7 | F5 | 4F | 40 |
| Octal | 147 | 133 | 354 | 70 | 75 | 0 | 7 | 365 | 117 | 100 |
| Binary | 1100111 | 1011011 | 11101100 | 111000 | 111101 | 0 | 111 | 11110101 | 1001111 | 1000000 |
Color Harmonies of #675BEC
Complementary color
Monochromatic Colors of #675BEC
Black with #675BEC
Text Example
Text Example
White with #675BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BEC; }
p { color: rgb(103,91,236); }
H1.HeaderClassName
{
color: #675BEC;
}
.AnyTagClassName
{
color: #675BEC;
}
</style>
background-color css
<style>
a { background-color: #675BEC; }
a { background-color: rgb(103,91,236); }
div.DivClassName
{
background-color: #675BEC;
}
.BgClassName
{
background-color: #675BEC;
}
</style>
border-color css
<style>
span { border-color: #675BEC; }
span { border-color: rgb(103,91,236); }
td.TdClassName
{
border-color: #675BEC;
}
.TagClassName
{
border-color: #675BEC;
}
</style>