Shades of Medium Slate Blue #675BFF
Tints of Medium Slate Blue #675BFF
RGB
CMYK
RGB Variations
Color information
#675BFF (or 0x675BFF) is known color: Medium Slate Blue. HEX triplet: 67, 5B and FF. RGB value is (103,91,255). Sum of RGB (Red+Green+Blue) = 103+91+255=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #675BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675BFF is #98A400. Grayscale: #707070. Windows color (decimal): -10003457 or 16735079. OLE color: 16735079.
HSL color Cylindrical-coordinate representation of color #675BFF: hue angle of 244.39º 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 #675BFF is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 91 | 255 | - |
| CMYK | 0.60 | 0.64 | 0 | 0 |
| HSL | 244.39º | 1% | 0.68% | - |
| HSV(B) | 244.39º | 0.64% | 1% | - |
| XYZ | 27.38 | 17.59 | 96.56 | - |
| YUV | 113.28 | 207.98 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 255 | 0.60 | 0.64 | 0 | 0 | 244.39 | 1 | 0.68 |
| Hex | 67 | 5B | FF | 3C | 40 | 0 | 0 | F4 | 64 | 44 |
| Octal | 147 | 133 | 377 | 74 | 100 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1100111 | 1011011 | 11111111 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #675BFF
Complementary color
Monochromatic Colors of #675BFF
Black with #675BFF
Text Example
Text Example
White with #675BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BFF; }
p { color: rgb(103,91,255); }
H1.HeaderClassName
{
color: #675BFF;
}
.AnyTagClassName
{
color: #675BFF;
}
</style>
background-color css
<style>
a { background-color: #675BFF; }
a { background-color: rgb(103,91,255); }
div.DivClassName
{
background-color: #675BFF;
}
.BgClassName
{
background-color: #675BFF;
}
</style>
border-color css
<style>
span { border-color: #675BFF; }
span { border-color: rgb(103,91,255); }
td.TdClassName
{
border-color: #675BFF;
}
.TagClassName
{
border-color: #675BFF;
}
</style>