Shades of Medium Slate Blue #6B45EF
Tints of Medium Slate Blue #6B45EF
RGB
CMYK
RGB Variations
Color information
#6B45EF (or 0x6B45EF) is known color: Medium Slate Blue. HEX triplet: 6B, 45 and EF. RGB value is (107,69,239). Sum of RGB (Red+Green+Blue) = 107+69+239=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B45EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B45EF is #94BA10. Grayscale: #636363. Windows color (decimal): -9746961 or 15680875. OLE color: 15680875.
HSL color Cylindrical-coordinate representation of color #6B45EF: hue angle of 253.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B45EF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 69 | 239 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.06 |
| HSL | 253.41º | 0.84% | 0.6% | - |
| HSV(B) | 253.41º | 0.71% | 0.94% | - |
| XYZ | 23.77 | 13.61 | 83.04 | - |
| YUV | 99.74 | 206.59 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 239 | 0.55 | 0.71 | 0 | 0.06 | 253.41 | 0.84 | 0.6 |
| Hex | 6B | 45 | EF | 37 | 47 | 0 | 6 | FD | 54 | 3C |
| Octal | 153 | 105 | 357 | 67 | 107 | 0 | 6 | 375 | 124 | 74 |
| Binary | 1101011 | 1000101 | 11101111 | 110111 | 1000111 | 0 | 110 | 11111101 | 1010100 | 111100 |
Color Harmonies of #6B45EF
Complementary color
Monochromatic Colors of #6B45EF
Black with #6B45EF
Text Example
Text Example
White with #6B45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B45EF; }
p { color: rgb(107,69,239); }
H1.HeaderClassName
{
color: #6B45EF;
}
.AnyTagClassName
{
color: #6B45EF;
}
</style>
background-color css
<style>
a { background-color: #6B45EF; }
a { background-color: rgb(107,69,239); }
div.DivClassName
{
background-color: #6B45EF;
}
.BgClassName
{
background-color: #6B45EF;
}
</style>
border-color css
<style>
span { border-color: #6B45EF; }
span { border-color: rgb(107,69,239); }
td.TdClassName
{
border-color: #6B45EF;
}
.TagClassName
{
border-color: #6B45EF;
}
</style>