Shades of Medium Slate Blue #6B57FE
Tints of Medium Slate Blue #6B57FE
RGB
CMYK
RGB Variations
Color information
#6B57FE (or 0x6B57FE) is known color: Medium Slate Blue. HEX triplet: 6B, 57 and FE. RGB value is (107,87,254). Sum of RGB (Red+Green+Blue) = 107+87+254=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B57FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B57FE is #94A801. Grayscale: #6F6F6F. Windows color (decimal): -9742338 or 16668523. OLE color: 16668523.
HSL color Cylindrical-coordinate representation of color #6B57FE: hue angle of 247.19º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B57FE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 87 | 254 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.00 |
| HSL | 247.19º | 0.99% | 0.67% | - |
| HSV(B) | 247.19º | 0.66% | 1% | - |
| XYZ | 27.36 | 17.1 | 95.62 | - |
| YUV | 112.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 254 | 0.58 | 0.66 | 0 | 0.00 | 247.19 | 0.99 | 0.67 |
| Hex | 6B | 57 | FE | 3A | 42 | 0 | 0 | F7 | 63 | 43 |
| Octal | 153 | 127 | 376 | 72 | 102 | 0 | 0 | 367 | 143 | 103 |
| Binary | 1101011 | 1010111 | 11111110 | 111010 | 1000010 | 0 | 0 | 11110111 | 1100011 | 1000011 |
Color Harmonies of #6B57FE
Complementary color
Monochromatic Colors of #6B57FE
Black with #6B57FE
Text Example
Text Example
White with #6B57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B57FE; }
p { color: rgb(107,87,254); }
H1.HeaderClassName
{
color: #6B57FE;
}
.AnyTagClassName
{
color: #6B57FE;
}
</style>
background-color css
<style>
a { background-color: #6B57FE; }
a { background-color: rgb(107,87,254); }
div.DivClassName
{
background-color: #6B57FE;
}
.BgClassName
{
background-color: #6B57FE;
}
</style>
border-color css
<style>
span { border-color: #6B57FE; }
span { border-color: rgb(107,87,254); }
td.TdClassName
{
border-color: #6B57FE;
}
.TagClassName
{
border-color: #6B57FE;
}
</style>