Shades of Medium Slate Blue #675AFB
Tints of Medium Slate Blue #675AFB
RGB
CMYK
RGB Variations
Color information
#675AFB (or 0x675AFB) is known color: Medium Slate Blue. HEX triplet: 67, 5A and FB. RGB value is (103,90,251). Sum of RGB (Red+Green+Blue) = 103+90+251=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #675AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675AFB is #98A504. Grayscale: #6F6F6F. Windows color (decimal): -10003717 or 16472679. OLE color: 16472679.
HSL color Cylindrical-coordinate representation of color #675AFB: hue angle of 244.84º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #675AFB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 90 | 251 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.02 |
| HSL | 244.84º | 0.95% | 0.67% | - |
| HSV(B) | 244.84º | 0.64% | 0.98% | - |
| XYZ | 26.66 | 17.16 | 93.17 | - |
| YUV | 112.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 251 | 0.59 | 0.64 | 0 | 0.02 | 244.84 | 0.95 | 0.67 |
| Hex | 67 | 5A | FB | 3B | 40 | 0 | 2 | F5 | 5F | 43 |
| Octal | 147 | 132 | 373 | 73 | 100 | 0 | 2 | 365 | 137 | 103 |
| Binary | 1100111 | 1011010 | 11111011 | 111011 | 1000000 | 0 | 10 | 11110101 | 1011111 | 1000011 |
Color Harmonies of #675AFB
Complementary color
Monochromatic Colors of #675AFB
Black with #675AFB
Text Example
Text Example
White with #675AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AFB; }
p { color: rgb(103,90,251); }
H1.HeaderClassName
{
color: #675AFB;
}
.AnyTagClassName
{
color: #675AFB;
}
</style>
background-color css
<style>
a { background-color: #675AFB; }
a { background-color: rgb(103,90,251); }
div.DivClassName
{
background-color: #675AFB;
}
.BgClassName
{
background-color: #675AFB;
}
</style>
border-color css
<style>
span { border-color: #675AFB; }
span { border-color: rgb(103,90,251); }
td.TdClassName
{
border-color: #675AFB;
}
.TagClassName
{
border-color: #675AFB;
}
</style>