Shades of Slate Blue #7066DC
Tints of Slate Blue #7066DC
RGB
CMYK
RGB Variations
Color information
#7066DC (or 0x7066DC) is known color: Slate Blue. HEX triplet: 70, 66 and DC. RGB value is (112,102,220). Sum of RGB (Red+Green+Blue) = 112+102+220=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7066DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066DC is #8F9923. Grayscale: #757575. Windows color (decimal): -9410852 or 14444144. OLE color: 14444144.
HSL color Cylindrical-coordinate representation of color #7066DC: hue angle of 245.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7066DC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 102 | 220 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.14 |
| HSL | 245.08º | 0.63% | 0.63% | - |
| HSV(B) | 245.08º | 0.54% | 0.86% | - |
| XYZ | 24.35 | 18.11 | 69.92 | - |
| YUV | 118.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 220 | 0.49 | 0.54 | 0 | 0.14 | 245.08 | 0.63 | 0.63 |
| Hex | 70 | 66 | DC | 31 | 36 | 0 | E | F5 | 3F | 3F |
| Octal | 160 | 146 | 334 | 61 | 66 | 0 | 16 | 365 | 77 | 77 |
| Binary | 1110000 | 1100110 | 11011100 | 110001 | 110110 | 0 | 1110 | 11110101 | 111111 | 111111 |
Color Harmonies of #7066DC
Complementary color
Monochromatic Colors of #7066DC
Black with #7066DC
Text Example
Text Example
White with #7066DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7066DC; }
p { color: rgb(112,102,220); }
H1.HeaderClassName
{
color: #7066DC;
}
.AnyTagClassName
{
color: #7066DC;
}
</style>
background-color css
<style>
a { background-color: #7066DC; }
a { background-color: rgb(112,102,220); }
div.DivClassName
{
background-color: #7066DC;
}
.BgClassName
{
background-color: #7066DC;
}
</style>
border-color css
<style>
span { border-color: #7066DC; }
span { border-color: rgb(112,102,220); }
td.TdClassName
{
border-color: #7066DC;
}
.TagClassName
{
border-color: #7066DC;
}
</style>