Shades of Medium Slate Blue #675FF1
Tints of Medium Slate Blue #675FF1
RGB
CMYK
RGB Variations
Color information
#675FF1 (or 0x675FF1) is known color: Medium Slate Blue. HEX triplet: 67, 5F and F1. RGB value is (103,95,241). Sum of RGB (Red+Green+Blue) = 103+95+241=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #675FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675FF1 is #98A00E. Grayscale: #717171. Windows color (decimal): -10002447 or 15818599. OLE color: 15818599.
HSL color Cylindrical-coordinate representation of color #675FF1: hue angle of 243.29º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #675FF1 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 95 | 241 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.05 |
| HSL | 243.29º | 0.84% | 0.66% | - |
| HSV(B) | 243.29º | 0.61% | 0.95% | - |
| XYZ | 25.56 | 17.42 | 85.23 | - |
| YUV | 114.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 241 | 0.57 | 0.61 | 0 | 0.05 | 243.29 | 0.84 | 0.66 |
| Hex | 67 | 5F | F1 | 39 | 3D | 0 | 5 | F3 | 54 | 42 |
| Octal | 147 | 137 | 361 | 71 | 75 | 0 | 5 | 363 | 124 | 102 |
| Binary | 1100111 | 1011111 | 11110001 | 111001 | 111101 | 0 | 101 | 11110011 | 1010100 | 1000010 |
Color Harmonies of #675FF1
Complementary color
Monochromatic Colors of #675FF1
Black with #675FF1
Text Example
Text Example
White with #675FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FF1; }
p { color: rgb(103,95,241); }
H1.HeaderClassName
{
color: #675FF1;
}
.AnyTagClassName
{
color: #675FF1;
}
</style>
background-color css
<style>
a { background-color: #675FF1; }
a { background-color: rgb(103,95,241); }
div.DivClassName
{
background-color: #675FF1;
}
.BgClassName
{
background-color: #675FF1;
}
</style>
border-color css
<style>
span { border-color: #675FF1; }
span { border-color: rgb(103,95,241); }
td.TdClassName
{
border-color: #675FF1;
}
.TagClassName
{
border-color: #675FF1;
}
</style>