Shades of Medium Slate Blue #675CFF
Tints of Medium Slate Blue #675CFF
RGB
CMYK
RGB Variations
Color information
#675CFF (or 0x675CFF) is known color: Medium Slate Blue. HEX triplet: 67, 5C and FF. RGB value is (103,92,255). Sum of RGB (Red+Green+Blue) = 103+92+255=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #675CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675CFF is #98A300. Grayscale: #717171. Windows color (decimal): -10003201 or 16735335. OLE color: 16735335.
HSL color Cylindrical-coordinate representation of color #675CFF: hue angle of 244.05º 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 #675CFF is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 92 | 255 | - |
| CMYK | 0.60 | 0.64 | 0 | 0 |
| HSL | 244.05º | 1% | 0.68% | - |
| HSV(B) | 244.05º | 0.64% | 1% | - |
| XYZ | 27.47 | 17.76 | 96.59 | - |
| YUV | 113.87 | 207.64 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 255 | 0.60 | 0.64 | 0 | 0 | 244.05 | 1 | 0.68 |
| Hex | 67 | 5C | FF | 3C | 40 | 0 | 0 | F4 | 64 | 44 |
| Octal | 147 | 134 | 377 | 74 | 100 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1100111 | 1011100 | 11111111 | 111100 | 1000000 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #675CFF
Complementary color
Monochromatic Colors of #675CFF
Black with #675CFF
Text Example
Text Example
White with #675CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675CFF; }
p { color: rgb(103,92,255); }
H1.HeaderClassName
{
color: #675CFF;
}
.AnyTagClassName
{
color: #675CFF;
}
</style>
background-color css
<style>
a { background-color: #675CFF; }
a { background-color: rgb(103,92,255); }
div.DivClassName
{
background-color: #675CFF;
}
.BgClassName
{
background-color: #675CFF;
}
</style>
border-color css
<style>
span { border-color: #675CFF; }
span { border-color: rgb(103,92,255); }
td.TdClassName
{
border-color: #675CFF;
}
.TagClassName
{
border-color: #675CFF;
}
</style>