Shades of Medium Slate Blue #675FFF
Tints of Medium Slate Blue #675FFF
RGB
CMYK
RGB Variations
Color information
#675FFF (or 0x675FFF) is known color: Medium Slate Blue. HEX triplet: 67, 5F and FF. RGB value is (103,95,255). Sum of RGB (Red+Green+Blue) = 103+95+255=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #675FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675FFF is #98A000. Grayscale: #727272. Windows color (decimal): -10002433 or 16736103. OLE color: 16736103.
HSL color Cylindrical-coordinate representation of color #675FFF: hue angle of 243º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #675FFF is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 95 | 255 | - |
| CMYK | 0.60 | 0.63 | 0 | 0 |
| HSL | 243º | 1% | 0.69% | - |
| HSV(B) | 243º | 0.63% | 1% | - |
| XYZ | 27.74 | 18.29 | 96.68 | - |
| YUV | 115.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 255 | 0.60 | 0.63 | 0 | 0 | 243 | 1 | 0.69 |
| Hex | 67 | 5F | FF | 3C | 3F | 0 | 0 | F3 | 64 | 45 |
| Octal | 147 | 137 | 377 | 74 | 77 | 0 | 0 | 363 | 144 | 105 |
| Binary | 1100111 | 1011111 | 11111111 | 111100 | 111111 | 0 | 0 | 11110011 | 1100100 | 1000101 |
Color Harmonies of #675FFF
Complementary color
Monochromatic Colors of #675FFF
Black with #675FFF
Text Example
Text Example
White with #675FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FFF; }
p { color: rgb(103,95,255); }
H1.HeaderClassName
{
color: #675FFF;
}
.AnyTagClassName
{
color: #675FFF;
}
</style>
background-color css
<style>
a { background-color: #675FFF; }
a { background-color: rgb(103,95,255); }
div.DivClassName
{
background-color: #675FFF;
}
.BgClassName
{
background-color: #675FFF;
}
</style>
border-color css
<style>
span { border-color: #675FFF; }
span { border-color: rgb(103,95,255); }
td.TdClassName
{
border-color: #675FFF;
}
.TagClassName
{
border-color: #675FFF;
}
</style>