Shades of Slate Blue #7068DA
Tints of Slate Blue #7068DA
RGB
CMYK
RGB Variations
Color information
#7068DA (or 0x7068DA) is known color: Slate Blue. HEX triplet: 70, 68 and DA. RGB value is (112,104,218). Sum of RGB (Red+Green+Blue) = 112+104+218=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #7068DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068DA is #8F9725. Grayscale: #767676. Windows color (decimal): -9410342 or 14313584. OLE color: 14313584.
HSL color Cylindrical-coordinate representation of color #7068DA: hue angle of 244.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7068DA is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 104 | 218 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.15 |
| HSL | 244.21º | 0.61% | 0.63% | - |
| HSV(B) | 244.21º | 0.52% | 0.85% | - |
| XYZ | 24.29 | 18.41 | 68.6 | - |
| YUV | 119.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 218 | 0.49 | 0.52 | 0 | 0.15 | 244.21 | 0.61 | 0.63 |
| Hex | 70 | 68 | DA | 31 | 34 | 0 | F | F4 | 3D | 3F |
| Octal | 160 | 150 | 332 | 61 | 64 | 0 | 17 | 364 | 75 | 77 |
| Binary | 1110000 | 1101000 | 11011010 | 110001 | 110100 | 0 | 1111 | 11110100 | 111101 | 111111 |
Color Harmonies of #7068DA
Complementary color
Monochromatic Colors of #7068DA
Black with #7068DA
Text Example
Text Example
White with #7068DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7068DA; }
p { color: rgb(112,104,218); }
H1.HeaderClassName
{
color: #7068DA;
}
.AnyTagClassName
{
color: #7068DA;
}
</style>
background-color css
<style>
a { background-color: #7068DA; }
a { background-color: rgb(112,104,218); }
div.DivClassName
{
background-color: #7068DA;
}
.BgClassName
{
background-color: #7068DA;
}
</style>
border-color css
<style>
span { border-color: #7068DA; }
span { border-color: rgb(112,104,218); }
td.TdClassName
{
border-color: #7068DA;
}
.TagClassName
{
border-color: #7068DA;
}
</style>