Shades of Medium Slate Blue #6A6CDF
Tints of Medium Slate Blue #6A6CDF
RGB
CMYK
RGB Variations
Color information
#6A6CDF (or 0x6A6CDF) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and DF. RGB value is (106,108,223). Sum of RGB (Red+Green+Blue) = 106+108+223=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A6CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CDF is #959320. Grayscale: #787878. Windows color (decimal): -9802529 or 14642282. OLE color: 14642282.
HSL color Cylindrical-coordinate representation of color #6A6CDF: hue angle of 238.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6CDF is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 108 | 223 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.13 |
| HSL | 238.97º | 0.65% | 0.65% | - |
| HSV(B) | 238.97º | 0.52% | 0.87% | - |
| XYZ | 24.63 | 19.12 | 72.2 | - |
| YUV | 120.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 223 | 0.52 | 0.52 | 0 | 0.13 | 238.97 | 0.65 | 0.65 |
| Hex | 6A | 6C | DF | 34 | 34 | 0 | D | EF | 41 | 41 |
| Octal | 152 | 154 | 337 | 64 | 64 | 0 | 15 | 357 | 101 | 101 |
| Binary | 1101010 | 1101100 | 11011111 | 110100 | 110100 | 0 | 1101 | 11101111 | 1000001 | 1000001 |
Color Harmonies of #6A6CDF
Complementary color
Monochromatic Colors of #6A6CDF
Black with #6A6CDF
Text Example
Text Example
White with #6A6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CDF; }
p { color: rgb(106,108,223); }
H1.HeaderClassName
{
color: #6A6CDF;
}
.AnyTagClassName
{
color: #6A6CDF;
}
</style>
background-color css
<style>
a { background-color: #6A6CDF; }
a { background-color: rgb(106,108,223); }
div.DivClassName
{
background-color: #6A6CDF;
}
.BgClassName
{
background-color: #6A6CDF;
}
</style>
border-color css
<style>
span { border-color: #6A6CDF; }
span { border-color: rgb(106,108,223); }
td.TdClassName
{
border-color: #6A6CDF;
}
.TagClassName
{
border-color: #6A6CDF;
}
</style>