Shades of Medium Slate Blue #675BFA
Tints of Medium Slate Blue #675BFA
RGB
CMYK
RGB Variations
Color information
#675BFA (or 0x675BFA) is known color: Medium Slate Blue. HEX triplet: 67, 5B and FA. RGB value is (103,91,250). Sum of RGB (Red+Green+Blue) = 103+91+250=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #675BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675BFA is #98A405. Grayscale: #707070. Windows color (decimal): -10003462 or 16407399. OLE color: 16407399.
HSL color Cylindrical-coordinate representation of color #675BFA: hue angle of 244.53º degrees, saturation: 0.94, 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 #675BFA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 91 | 250 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.02 |
| HSL | 244.53º | 0.94% | 0.67% | - |
| HSV(B) | 244.53º | 0.64% | 0.98% | - |
| XYZ | 26.59 | 17.27 | 92.37 | - |
| YUV | 112.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 250 | 0.59 | 0.64 | 0 | 0.02 | 244.53 | 0.94 | 0.67 |
| Hex | 67 | 5B | FA | 3B | 40 | 0 | 2 | F5 | 5E | 43 |
| Octal | 147 | 133 | 372 | 73 | 100 | 0 | 2 | 365 | 136 | 103 |
| Binary | 1100111 | 1011011 | 11111010 | 111011 | 1000000 | 0 | 10 | 11110101 | 1011110 | 1000011 |
Color Harmonies of #675BFA
Complementary color
Monochromatic Colors of #675BFA
Black with #675BFA
Text Example
Text Example
White with #675BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BFA; }
p { color: rgb(103,91,250); }
H1.HeaderClassName
{
color: #675BFA;
}
.AnyTagClassName
{
color: #675BFA;
}
</style>
background-color css
<style>
a { background-color: #675BFA; }
a { background-color: rgb(103,91,250); }
div.DivClassName
{
background-color: #675BFA;
}
.BgClassName
{
background-color: #675BFA;
}
</style>
border-color css
<style>
span { border-color: #675BFA; }
span { border-color: rgb(103,91,250); }
td.TdClassName
{
border-color: #675BFA;
}
.TagClassName
{
border-color: #675BFA;
}
</style>