Shades of Medium Slate Blue #7068FF
Tints of Medium Slate Blue #7068FF
RGB
CMYK
RGB Variations
Color information
#7068FF (or 0x7068FF) is known color: Medium Slate Blue. HEX triplet: 70, 68 and FF. RGB value is (112,104,255). Sum of RGB (Red+Green+Blue) = 112+104+255=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #7068FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7068FF is #8F9700. Grayscale: #7B7B7B. Windows color (decimal): -9410305 or 16738416. OLE color: 16738416.
HSL color Cylindrical-coordinate representation of color #7068FF: hue angle of 243.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7068FF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 104 | 255 | - |
| CMYK | 0.56 | 0.59 | 0 | 0 |
| HSL | 243.18º | 1% | 0.7% | - |
| HSV(B) | 243.18º | 0.59% | 1% | - |
| XYZ | 29.68 | 20.57 | 97.01 | - |
| YUV | 123.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 255 | 0.56 | 0.59 | 0 | 0 | 243.18 | 1 | 0.7 |
| Hex | 70 | 68 | FF | 38 | 3B | 0 | 0 | F3 | 64 | 46 |
| Octal | 160 | 150 | 377 | 70 | 73 | 0 | 0 | 363 | 144 | 106 |
| Binary | 1110000 | 1101000 | 11111111 | 111000 | 111011 | 0 | 0 | 11110011 | 1100100 | 1000110 |
Color Harmonies of #7068FF
Complementary color
Monochromatic Colors of #7068FF
Black with #7068FF
Text Example
Text Example
White with #7068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7068FF; }
p { color: rgb(112,104,255); }
H1.HeaderClassName
{
color: #7068FF;
}
.AnyTagClassName
{
color: #7068FF;
}
</style>
background-color css
<style>
a { background-color: #7068FF; }
a { background-color: rgb(112,104,255); }
div.DivClassName
{
background-color: #7068FF;
}
.BgClassName
{
background-color: #7068FF;
}
</style>
border-color css
<style>
span { border-color: #7068FF; }
span { border-color: rgb(112,104,255); }
td.TdClassName
{
border-color: #7068FF;
}
.TagClassName
{
border-color: #7068FF;
}
</style>