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