Shades of Medium Slate Blue #675AFD
Tints of Medium Slate Blue #675AFD
RGB
CMYK
RGB Variations
Color information
#675AFD (or 0x675AFD) is known color: Medium Slate Blue. HEX triplet: 67, 5A and FD. RGB value is (103,90,253). Sum of RGB (Red+Green+Blue) = 103+90+253=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #675AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675AFD is #98A502. Grayscale: #6F6F6F. Windows color (decimal): -10003715 or 16603751. OLE color: 16603751.
HSL color Cylindrical-coordinate representation of color #675AFD: hue angle of 244.79º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #675AFD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 90 | 253 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.01 |
| HSL | 244.79º | 0.98% | 0.67% | - |
| HSV(B) | 244.79º | 0.64% | 0.99% | - |
| XYZ | 26.98 | 17.29 | 94.84 | - |
| YUV | 112.47 | 207.31 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 253 | 0.59 | 0.64 | 0 | 0.01 | 244.79 | 0.98 | 0.67 |
| Hex | 67 | 5A | FD | 3B | 40 | 0 | 1 | F5 | 62 | 43 |
| Octal | 147 | 132 | 375 | 73 | 100 | 0 | 1 | 365 | 142 | 103 |
| Binary | 1100111 | 1011010 | 11111101 | 111011 | 1000000 | 0 | 1 | 11110101 | 1100010 | 1000011 |
Color Harmonies of #675AFD
Complementary color
Monochromatic Colors of #675AFD
Black with #675AFD
Text Example
Text Example
White with #675AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AFD; }
p { color: rgb(103,90,253); }
H1.HeaderClassName
{
color: #675AFD;
}
.AnyTagClassName
{
color: #675AFD;
}
</style>
background-color css
<style>
a { background-color: #675AFD; }
a { background-color: rgb(103,90,253); }
div.DivClassName
{
background-color: #675AFD;
}
.BgClassName
{
background-color: #675AFD;
}
</style>
border-color css
<style>
span { border-color: #675AFD; }
span { border-color: rgb(103,90,253); }
td.TdClassName
{
border-color: #675AFD;
}
.TagClassName
{
border-color: #675AFD;
}
</style>