Shades of Slate Blue #7067CC
Tints of Slate Blue #7067CC
RGB
CMYK
RGB Variations
Color information
#7067CC (or 0x7067CC) is known color: Slate Blue. HEX triplet: 70, 67 and CC. RGB value is (112,103,204). Sum of RGB (Red+Green+Blue) = 112+103+204=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7067CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CC is #8F9833. Grayscale: #747474. Windows color (decimal): -9410612 or 13395824. OLE color: 13395824.
HSL color Cylindrical-coordinate representation of color #7067CC: hue angle of 245.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7067CC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 103 | 204 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.2 |
| HSL | 245.35º | 0.5% | 0.6% | - |
| HSV(B) | 245.35º | 0.5% | 0.8% | - |
| XYZ | 22.43 | 17.5 | 59.32 | - |
| YUV | 117.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 204 | 0.45 | 0.50 | 0 | 0.2 | 245.35 | 0.5 | 0.6 |
| Hex | 70 | 67 | CC | 2D | 32 | 0 | 14 | F5 | 32 | 3C |
| Octal | 160 | 147 | 314 | 55 | 62 | 0 | 24 | 365 | 62 | 74 |
| Binary | 1110000 | 1100111 | 11001100 | 101101 | 110010 | 0 | 10100 | 11110101 | 110010 | 111100 |
Color Harmonies of #7067CC
Complementary color
Monochromatic Colors of #7067CC
Black with #7067CC
Text Example
Text Example
White with #7067CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067CC; }
p { color: rgb(112,103,204); }
H1.HeaderClassName
{
color: #7067CC;
}
.AnyTagClassName
{
color: #7067CC;
}
</style>
background-color css
<style>
a { background-color: #7067CC; }
a { background-color: rgb(112,103,204); }
div.DivClassName
{
background-color: #7067CC;
}
.BgClassName
{
background-color: #7067CC;
}
</style>
border-color css
<style>
span { border-color: #7067CC; }
span { border-color: rgb(112,103,204); }
td.TdClassName
{
border-color: #7067CC;
}
.TagClassName
{
border-color: #7067CC;
}
</style>