Shades of Medium Slate Blue #6A70FB
Tints of Medium Slate Blue #6A70FB
RGB
CMYK
RGB Variations
Color information
#6A70FB (or 0x6A70FB) is known color: Medium Slate Blue. HEX triplet: 6A, 70 and FB. RGB value is (106,112,251). Sum of RGB (Red+Green+Blue) = 106+112+251=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A70FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A70FB is #958F04. Grayscale: #7D7D7D. Windows color (decimal): -9801477 or 16478314. OLE color: 16478314.
HSL color Cylindrical-coordinate representation of color #6A70FB: hue angle of 237.52º 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 #6A70FB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 112 | 251 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.02 |
| HSL | 237.52º | 0.95% | 0.7% | - |
| HSV(B) | 237.52º | 0.58% | 0.98% | - |
| XYZ | 29.15 | 21.62 | 93.9 | - |
| YUV | 126.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 251 | 0.58 | 0.55 | 0 | 0.02 | 237.52 | 0.95 | 0.7 |
| Hex | 6A | 70 | FB | 3A | 37 | 0 | 2 | EE | 5F | 46 |
| Octal | 152 | 160 | 373 | 72 | 67 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101010 | 1110000 | 11111011 | 111010 | 110111 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #6A70FB
Complementary color
Monochromatic Colors of #6A70FB
Black with #6A70FB
Text Example
Text Example
White with #6A70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A70FB; }
p { color: rgb(106,112,251); }
H1.HeaderClassName
{
color: #6A70FB;
}
.AnyTagClassName
{
color: #6A70FB;
}
</style>
background-color css
<style>
a { background-color: #6A70FB; }
a { background-color: rgb(106,112,251); }
div.DivClassName
{
background-color: #6A70FB;
}
.BgClassName
{
background-color: #6A70FB;
}
</style>
border-color css
<style>
span { border-color: #6A70FB; }
span { border-color: rgb(106,112,251); }
td.TdClassName
{
border-color: #6A70FB;
}
.TagClassName
{
border-color: #6A70FB;
}
</style>