Shades of Medium Slate Blue #6A70FA
Tints of Medium Slate Blue #6A70FA
RGB
CMYK
RGB Variations
Color information
#6A70FA (or 0x6A70FA) is known color: Medium Slate Blue. HEX triplet: 6A, 70 and FA. RGB value is (106,112,250). Sum of RGB (Red+Green+Blue) = 106+112+250=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A70FA is #958F05. Grayscale: #7D7D7D. Windows color (decimal): -9801478 or 16412778. OLE color: 16412778.
HSL color Cylindrical-coordinate representation of color #6A70FA: hue angle of 237.5º degrees, saturation: 0.94, 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 #6A70FA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 112 | 250 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.02 |
| HSL | 237.5º | 0.94% | 0.7% | - |
| HSV(B) | 237.5º | 0.58% | 0.98% | - |
| XYZ | 28.99 | 21.55 | 93.07 | - |
| YUV | 125.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 250 | 0.58 | 0.55 | 0 | 0.02 | 237.5 | 0.94 | 0.7 |
| Hex | 6A | 70 | FA | 3A | 37 | 0 | 2 | EE | 5E | 46 |
| Octal | 152 | 160 | 372 | 72 | 67 | 0 | 2 | 356 | 136 | 106 |
| Binary | 1101010 | 1110000 | 11111010 | 111010 | 110111 | 0 | 10 | 11101110 | 1011110 | 1000110 |
Color Harmonies of #6A70FA
Complementary color
Monochromatic Colors of #6A70FA
Black with #6A70FA
Text Example
Text Example
White with #6A70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A70FA; }
p { color: rgb(106,112,250); }
H1.HeaderClassName
{
color: #6A70FA;
}
.AnyTagClassName
{
color: #6A70FA;
}
</style>
background-color css
<style>
a { background-color: #6A70FA; }
a { background-color: rgb(106,112,250); }
div.DivClassName
{
background-color: #6A70FA;
}
.BgClassName
{
background-color: #6A70FA;
}
</style>
border-color css
<style>
span { border-color: #6A70FA; }
span { border-color: rgb(106,112,250); }
td.TdClassName
{
border-color: #6A70FA;
}
.TagClassName
{
border-color: #6A70FA;
}
</style>