Shades of Medium Slate Blue #6C6AFB
Tints of Medium Slate Blue #6C6AFB
RGB
CMYK
RGB Variations
Color information
#6C6AFB (or 0x6C6AFB) is known color: Medium Slate Blue. HEX triplet: 6C, 6A and FB. RGB value is (108,106,251). Sum of RGB (Red+Green+Blue) = 108+106+251=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6AFB is #939504. Grayscale: #7A7A7A. Windows color (decimal): -9671941 or 16476780. OLE color: 16476780.
HSL color Cylindrical-coordinate representation of color #6C6AFB: hue angle of 240.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C6AFB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 106 | 251 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.02 |
| HSL | 240.83º | 0.95% | 0.7% | - |
| HSV(B) | 240.83º | 0.58% | 0.98% | - |
| XYZ | 28.75 | 20.46 | 93.7 | - |
| YUV | 123.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 251 | 0.57 | 0.58 | 0 | 0.02 | 240.83 | 0.95 | 0.7 |
| Hex | 6C | 6A | FB | 39 | 3A | 0 | 2 | F1 | 5F | 46 |
| Octal | 154 | 152 | 373 | 71 | 72 | 0 | 2 | 361 | 137 | 106 |
| Binary | 1101100 | 1101010 | 11111011 | 111001 | 111010 | 0 | 10 | 11110001 | 1011111 | 1000110 |
Color Harmonies of #6C6AFB
Complementary color
Monochromatic Colors of #6C6AFB
Black with #6C6AFB
Text Example
Text Example
White with #6C6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6AFB; }
p { color: rgb(108,106,251); }
H1.HeaderClassName
{
color: #6C6AFB;
}
.AnyTagClassName
{
color: #6C6AFB;
}
</style>
background-color css
<style>
a { background-color: #6C6AFB; }
a { background-color: rgb(108,106,251); }
div.DivClassName
{
background-color: #6C6AFB;
}
.BgClassName
{
background-color: #6C6AFB;
}
</style>
border-color css
<style>
span { border-color: #6C6AFB; }
span { border-color: rgb(108,106,251); }
td.TdClassName
{
border-color: #6C6AFB;
}
.TagClassName
{
border-color: #6C6AFB;
}
</style>