Shades of Medium Slate Blue #6A6FFC
Tints of Medium Slate Blue #6A6FFC
RGB
CMYK
RGB Variations
Color information
#6A6FFC (or 0x6A6FFC) is known color: Medium Slate Blue. HEX triplet: 6A, 6F and FC. RGB value is (106,111,252). Sum of RGB (Red+Green+Blue) = 106+111+252=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A6FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6FFC is #959003. Grayscale: #7D7D7D. Windows color (decimal): -9801732 or 16543594. OLE color: 16543594.
HSL color Cylindrical-coordinate representation of color #6A6FFC: hue angle of 237.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6FFC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 111 | 252 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.01 |
| HSL | 237.95º | 0.96% | 0.7% | - |
| HSV(B) | 237.95º | 0.58% | 0.99% | - |
| XYZ | 29.2 | 21.46 | 94.7 | - |
| YUV | 125.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 252 | 0.58 | 0.56 | 0 | 0.01 | 237.95 | 0.96 | 0.7 |
| Hex | 6A | 6F | FC | 3A | 38 | 0 | 1 | EE | 60 | 46 |
| Octal | 152 | 157 | 374 | 72 | 70 | 0 | 1 | 356 | 140 | 106 |
| Binary | 1101010 | 1101111 | 11111100 | 111010 | 111000 | 0 | 1 | 11101110 | 1100000 | 1000110 |
Color Harmonies of #6A6FFC
Complementary color
Monochromatic Colors of #6A6FFC
Black with #6A6FFC
Text Example
Text Example
White with #6A6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FFC; }
p { color: rgb(106,111,252); }
H1.HeaderClassName
{
color: #6A6FFC;
}
.AnyTagClassName
{
color: #6A6FFC;
}
</style>
background-color css
<style>
a { background-color: #6A6FFC; }
a { background-color: rgb(106,111,252); }
div.DivClassName
{
background-color: #6A6FFC;
}
.BgClassName
{
background-color: #6A6FFC;
}
</style>
border-color css
<style>
span { border-color: #6A6FFC; }
span { border-color: rgb(106,111,252); }
td.TdClassName
{
border-color: #6A6FFC;
}
.TagClassName
{
border-color: #6A6FFC;
}
</style>