Shades of Medium Slate Blue #6A70DF
Tints of Medium Slate Blue #6A70DF
RGB
CMYK
RGB Variations
Color information
#6A70DF (or 0x6A70DF) is known color: Medium Slate Blue. HEX triplet: 6A, 70 and DF. RGB value is (106,112,223). Sum of RGB (Red+Green+Blue) = 106+112+223=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A70DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A70DF is #958F20. Grayscale: #7A7A7A. Windows color (decimal): -9801505 or 14643306. OLE color: 14643306.
HSL color Cylindrical-coordinate representation of color #6A70DF: hue angle of 236.92º 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 #6A70DF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 112 | 223 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.13 |
| HSL | 236.92º | 0.65% | 0.65% | - |
| HSV(B) | 236.92º | 0.52% | 0.87% | - |
| XYZ | 25.06 | 19.98 | 72.35 | - |
| YUV | 122.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 223 | 0.52 | 0.50 | 0 | 0.13 | 236.92 | 0.65 | 0.65 |
| Hex | 6A | 70 | DF | 34 | 32 | 0 | D | ED | 41 | 41 |
| Octal | 152 | 160 | 337 | 64 | 62 | 0 | 15 | 355 | 101 | 101 |
| Binary | 1101010 | 1110000 | 11011111 | 110100 | 110010 | 0 | 1101 | 11101101 | 1000001 | 1000001 |
Color Harmonies of #6A70DF
Complementary color
Monochromatic Colors of #6A70DF
Black with #6A70DF
Text Example
Text Example
White with #6A70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A70DF; }
p { color: rgb(106,112,223); }
H1.HeaderClassName
{
color: #6A70DF;
}
.AnyTagClassName
{
color: #6A70DF;
}
</style>
background-color css
<style>
a { background-color: #6A70DF; }
a { background-color: rgb(106,112,223); }
div.DivClassName
{
background-color: #6A70DF;
}
.BgClassName
{
background-color: #6A70DF;
}
</style>
border-color css
<style>
span { border-color: #6A70DF; }
span { border-color: rgb(106,112,223); }
td.TdClassName
{
border-color: #6A70DF;
}
.TagClassName
{
border-color: #6A70DF;
}
</style>