Shades of Medium Slate Blue #675AF6
Tints of Medium Slate Blue #675AF6
RGB
CMYK
RGB Variations
Color information
#675AF6 (or 0x675AF6) is known color: Medium Slate Blue. HEX triplet: 67, 5A and F6. RGB value is (103,90,246). Sum of RGB (Red+Green+Blue) = 103+90+246=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #675AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675AF6 is #98A509. Grayscale: #6F6F6F. Windows color (decimal): -10003722 or 16144999. OLE color: 16144999.
HSL color Cylindrical-coordinate representation of color #675AF6: hue angle of 245º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #675AF6 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 90 | 246 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.04 |
| HSL | 245º | 0.9% | 0.66% | - |
| HSV(B) | 245º | 0.63% | 0.96% | - |
| XYZ | 25.88 | 16.85 | 89.08 | - |
| YUV | 111.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 246 | 0.58 | 0.63 | 0 | 0.04 | 245 | 0.9 | 0.66 |
| Hex | 67 | 5A | F6 | 3A | 3F | 0 | 4 | F5 | 5A | 42 |
| Octal | 147 | 132 | 366 | 72 | 77 | 0 | 4 | 365 | 132 | 102 |
| Binary | 1100111 | 1011010 | 11110110 | 111010 | 111111 | 0 | 100 | 11110101 | 1011010 | 1000010 |
Color Harmonies of #675AF6
Complementary color
Monochromatic Colors of #675AF6
Black with #675AF6
Text Example
Text Example
White with #675AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AF6; }
p { color: rgb(103,90,246); }
H1.HeaderClassName
{
color: #675AF6;
}
.AnyTagClassName
{
color: #675AF6;
}
</style>
background-color css
<style>
a { background-color: #675AF6; }
a { background-color: rgb(103,90,246); }
div.DivClassName
{
background-color: #675AF6;
}
.BgClassName
{
background-color: #675AF6;
}
</style>
border-color css
<style>
span { border-color: #675AF6; }
span { border-color: rgb(103,90,246); }
td.TdClassName
{
border-color: #675AF6;
}
.TagClassName
{
border-color: #675AF6;
}
</style>