Shades of Slate Blue #7066CF
Tints of Slate Blue #7066CF
RGB
CMYK
RGB Variations
Color information
#7066CF (or 0x7066CF) is known color: Slate Blue. HEX triplet: 70, 66 and CF. RGB value is (112,102,207). Sum of RGB (Red+Green+Blue) = 112+102+207=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7066CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066CF is #8F9930. Grayscale: #747474. Windows color (decimal): -9410865 or 13592176. OLE color: 13592176.
HSL color Cylindrical-coordinate representation of color #7066CF: hue angle of 245.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7066CF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 102 | 207 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.19 |
| HSL | 245.71º | 0.52% | 0.61% | - |
| HSV(B) | 245.71º | 0.51% | 0.81% | - |
| XYZ | 22.7 | 17.45 | 61.2 | - |
| YUV | 116.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 207 | 0.46 | 0.51 | 0 | 0.19 | 245.71 | 0.52 | 0.61 |
| Hex | 70 | 66 | CF | 2E | 33 | 0 | 13 | F6 | 34 | 3D |
| Octal | 160 | 146 | 317 | 56 | 63 | 0 | 23 | 366 | 64 | 75 |
| Binary | 1110000 | 1100110 | 11001111 | 101110 | 110011 | 0 | 10011 | 11110110 | 110100 | 111101 |
Color Harmonies of #7066CF
Complementary color
Monochromatic Colors of #7066CF
Black with #7066CF
Text Example
Text Example
White with #7066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7066CF; }
p { color: rgb(112,102,207); }
H1.HeaderClassName
{
color: #7066CF;
}
.AnyTagClassName
{
color: #7066CF;
}
</style>
background-color css
<style>
a { background-color: #7066CF; }
a { background-color: rgb(112,102,207); }
div.DivClassName
{
background-color: #7066CF;
}
.BgClassName
{
background-color: #7066CF;
}
</style>
border-color css
<style>
span { border-color: #7066CF; }
span { border-color: rgb(112,102,207); }
td.TdClassName
{
border-color: #7066CF;
}
.TagClassName
{
border-color: #7066CF;
}
</style>