Shades of Medium Slate Blue #6A70FD
Tints of Medium Slate Blue #6A70FD
RGB
CMYK
RGB Variations
Color information
#6A70FD (or 0x6A70FD) is known color: Medium Slate Blue. HEX triplet: 6A, 70 and FD. RGB value is (106,112,253). Sum of RGB (Red+Green+Blue) = 106+112+253=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A70FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A70FD is #958F02. Grayscale: #7D7D7D. Windows color (decimal): -9801475 or 16609386. OLE color: 16609386.
HSL color Cylindrical-coordinate representation of color #6A70FD: hue angle of 237.55º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A70FD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 112 | 253 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.01 |
| HSL | 237.55º | 0.97% | 0.7% | - |
| HSV(B) | 237.55º | 0.58% | 0.99% | - |
| XYZ | 29.47 | 21.74 | 95.57 | - |
| YUV | 126.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 253 | 0.58 | 0.56 | 0 | 0.01 | 237.55 | 0.97 | 0.7 |
| Hex | 6A | 70 | FD | 3A | 38 | 0 | 1 | EE | 61 | 46 |
| Octal | 152 | 160 | 375 | 72 | 70 | 0 | 1 | 356 | 141 | 106 |
| Binary | 1101010 | 1110000 | 11111101 | 111010 | 111000 | 0 | 1 | 11101110 | 1100001 | 1000110 |
Color Harmonies of #6A70FD
Complementary color
Monochromatic Colors of #6A70FD
Black with #6A70FD
Text Example
Text Example
White with #6A70FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A70FD; }
p { color: rgb(106,112,253); }
H1.HeaderClassName
{
color: #6A70FD;
}
.AnyTagClassName
{
color: #6A70FD;
}
</style>
background-color css
<style>
a { background-color: #6A70FD; }
a { background-color: rgb(106,112,253); }
div.DivClassName
{
background-color: #6A70FD;
}
.BgClassName
{
background-color: #6A70FD;
}
</style>
border-color css
<style>
span { border-color: #6A70FD; }
span { border-color: rgb(106,112,253); }
td.TdClassName
{
border-color: #6A70FD;
}
.TagClassName
{
border-color: #6A70FD;
}
</style>