Shades of Medium Slate Blue #6A6BFC
Tints of Medium Slate Blue #6A6BFC
RGB
CMYK
RGB Variations
Color information
#6A6BFC (or 0x6A6BFC) is known color: Medium Slate Blue. HEX triplet: 6A, 6B and FC. RGB value is (106,107,252). Sum of RGB (Red+Green+Blue) = 106+107+252=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6BFC is #959403. Grayscale: #7A7A7A. Windows color (decimal): -9802756 or 16542570. OLE color: 16542570.
HSL color Cylindrical-coordinate representation of color #6A6BFC: hue angle of 239.59º 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 #6A6BFC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 107 | 252 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.01 |
| HSL | 239.59º | 0.96% | 0.7% | - |
| HSV(B) | 239.59º | 0.58% | 0.99% | - |
| XYZ | 28.77 | 20.61 | 94.56 | - |
| YUV | 123.23 | 200.67 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 252 | 0.58 | 0.58 | 0 | 0.01 | 239.59 | 0.96 | 0.7 |
| Hex | 6A | 6B | FC | 3A | 3A | 0 | 1 | F0 | 60 | 46 |
| Octal | 152 | 153 | 374 | 72 | 72 | 0 | 1 | 360 | 140 | 106 |
| Binary | 1101010 | 1101011 | 11111100 | 111010 | 111010 | 0 | 1 | 11110000 | 1100000 | 1000110 |
Color Harmonies of #6A6BFC
Complementary color
Monochromatic Colors of #6A6BFC
Black with #6A6BFC
Text Example
Text Example
White with #6A6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BFC; }
p { color: rgb(106,107,252); }
H1.HeaderClassName
{
color: #6A6BFC;
}
.AnyTagClassName
{
color: #6A6BFC;
}
</style>
background-color css
<style>
a { background-color: #6A6BFC; }
a { background-color: rgb(106,107,252); }
div.DivClassName
{
background-color: #6A6BFC;
}
.BgClassName
{
background-color: #6A6BFC;
}
</style>
border-color css
<style>
span { border-color: #6A6BFC; }
span { border-color: rgb(106,107,252); }
td.TdClassName
{
border-color: #6A6BFC;
}
.TagClassName
{
border-color: #6A6BFC;
}
</style>