Shades of Medium Slate Blue #6A6FFE
Tints of Medium Slate Blue #6A6FFE
RGB
CMYK
RGB Variations
Color information
#6A6FFE (or 0x6A6FFE) is known color: Medium Slate Blue. HEX triplet: 6A, 6F and FE. RGB value is (106,111,254). Sum of RGB (Red+Green+Blue) = 106+111+254=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6FFE is #959001. Grayscale: #7D7D7D. Windows color (decimal): -9801730 or 16674666. OLE color: 16674666.
HSL color Cylindrical-coordinate representation of color #6A6FFE: hue angle of 237.97º 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 #6A6FFE is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 111 | 254 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.00 |
| HSL | 237.97º | 0.99% | 0.71% | - |
| HSV(B) | 237.97º | 0.58% | 1% | - |
| XYZ | 29.52 | 21.59 | 96.38 | - |
| YUV | 125.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 254 | 0.58 | 0.56 | 0 | 0.00 | 237.97 | 0.99 | 0.71 |
| Hex | 6A | 6F | FE | 3A | 38 | 0 | 0 | EE | 63 | 47 |
| Octal | 152 | 157 | 376 | 72 | 70 | 0 | 0 | 356 | 143 | 107 |
| Binary | 1101010 | 1101111 | 11111110 | 111010 | 111000 | 0 | 0 | 11101110 | 1100011 | 1000111 |
Color Harmonies of #6A6FFE
Complementary color
Monochromatic Colors of #6A6FFE
Black with #6A6FFE
Text Example
Text Example
White with #6A6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FFE; }
p { color: rgb(106,111,254); }
H1.HeaderClassName
{
color: #6A6FFE;
}
.AnyTagClassName
{
color: #6A6FFE;
}
</style>
background-color css
<style>
a { background-color: #6A6FFE; }
a { background-color: rgb(106,111,254); }
div.DivClassName
{
background-color: #6A6FFE;
}
.BgClassName
{
background-color: #6A6FFE;
}
</style>
border-color css
<style>
span { border-color: #6A6FFE; }
span { border-color: rgb(106,111,254); }
td.TdClassName
{
border-color: #6A6FFE;
}
.TagClassName
{
border-color: #6A6FFE;
}
</style>