Shades of Medium Slate Blue #675AFE
Tints of Medium Slate Blue #675AFE
RGB
CMYK
RGB Variations
Color information
#675AFE (or 0x675AFE) is known color: Medium Slate Blue. HEX triplet: 67, 5A and FE. RGB value is (103,90,254). Sum of RGB (Red+Green+Blue) = 103+90+254=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #675AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675AFE is #98A501. Grayscale: #6F6F6F. Windows color (decimal): -10003714 or 16669287. OLE color: 16669287.
HSL color Cylindrical-coordinate representation of color #675AFE: hue angle of 244.76º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #675AFE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 90 | 254 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.00 |
| HSL | 244.76º | 0.99% | 0.67% | - |
| HSV(B) | 244.76º | 0.65% | 1% | - |
| XYZ | 27.14 | 17.35 | 95.68 | - |
| YUV | 112.58 | 207.81 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 254 | 0.59 | 0.65 | 0 | 0.00 | 244.76 | 0.99 | 0.67 |
| Hex | 67 | 5A | FE | 3B | 41 | 0 | 0 | F5 | 63 | 43 |
| Octal | 147 | 132 | 376 | 73 | 101 | 0 | 0 | 365 | 143 | 103 |
| Binary | 1100111 | 1011010 | 11111110 | 111011 | 1000001 | 0 | 0 | 11110101 | 1100011 | 1000011 |
Color Harmonies of #675AFE
Complementary color
Monochromatic Colors of #675AFE
Black with #675AFE
Text Example
Text Example
White with #675AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AFE; }
p { color: rgb(103,90,254); }
H1.HeaderClassName
{
color: #675AFE;
}
.AnyTagClassName
{
color: #675AFE;
}
</style>
background-color css
<style>
a { background-color: #675AFE; }
a { background-color: rgb(103,90,254); }
div.DivClassName
{
background-color: #675AFE;
}
.BgClassName
{
background-color: #675AFE;
}
</style>
border-color css
<style>
span { border-color: #675AFE; }
span { border-color: rgb(103,90,254); }
td.TdClassName
{
border-color: #675AFE;
}
.TagClassName
{
border-color: #675AFE;
}
</style>