Shades of Medium Slate Blue #6B6FFE
Tints of Medium Slate Blue #6B6FFE
RGB
CMYK
RGB Variations
Color information
#6B6FFE (or 0x6B6FFE) is known color: Medium Slate Blue. HEX triplet: 6B, 6F and FE. RGB value is (107,111,254). Sum of RGB (Red+Green+Blue) = 107+111+254=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6FFE is #949001. Grayscale: #7D7D7D. Windows color (decimal): -9736194 or 16674667. OLE color: 16674667.
HSL color Cylindrical-coordinate representation of color #6B6FFE: hue angle of 238.37º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6FFE is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 111 | 254 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.00 |
| HSL | 238.37º | 0.99% | 0.71% | - |
| HSV(B) | 238.37º | 0.58% | 1% | - |
| XYZ | 29.64 | 21.65 | 96.38 | - |
| YUV | 126.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 254 | 0.58 | 0.56 | 0 | 0.00 | 238.37 | 0.99 | 0.71 |
| Hex | 6B | 6F | FE | 3A | 38 | 0 | 0 | EE | 63 | 47 |
| Octal | 153 | 157 | 376 | 72 | 70 | 0 | 0 | 356 | 143 | 107 |
| Binary | 1101011 | 1101111 | 11111110 | 111010 | 111000 | 0 | 0 | 11101110 | 1100011 | 1000111 |
Color Harmonies of #6B6FFE
Complementary color
Monochromatic Colors of #6B6FFE
Black with #6B6FFE
Text Example
Text Example
White with #6B6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FFE; }
p { color: rgb(107,111,254); }
H1.HeaderClassName
{
color: #6B6FFE;
}
.AnyTagClassName
{
color: #6B6FFE;
}
</style>
background-color css
<style>
a { background-color: #6B6FFE; }
a { background-color: rgb(107,111,254); }
div.DivClassName
{
background-color: #6B6FFE;
}
.BgClassName
{
background-color: #6B6FFE;
}
</style>
border-color css
<style>
span { border-color: #6B6FFE; }
span { border-color: rgb(107,111,254); }
td.TdClassName
{
border-color: #6B6FFE;
}
.TagClassName
{
border-color: #6B6FFE;
}
</style>