Shades of Slate Blue #7067CE
Tints of Slate Blue #7067CE
RGB
CMYK
RGB Variations
Color information
#7067CE (or 0x7067CE) is known color: Slate Blue. HEX triplet: 70, 67 and CE. RGB value is (112,103,206). Sum of RGB (Red+Green+Blue) = 112+103+206=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7067CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CE is #8F9831. Grayscale: #757575. Windows color (decimal): -9410610 or 13526896. OLE color: 13526896.
HSL color Cylindrical-coordinate representation of color #7067CE: hue angle of 245.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7067CE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 103 | 206 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.19 |
| HSL | 245.24º | 0.51% | 0.61% | - |
| HSV(B) | 245.24º | 0.5% | 0.81% | - |
| XYZ | 22.67 | 17.6 | 60.59 | - |
| YUV | 117.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 206 | 0.46 | 0.50 | 0 | 0.19 | 245.24 | 0.51 | 0.61 |
| Hex | 70 | 67 | CE | 2E | 32 | 0 | 13 | F5 | 33 | 3D |
| Octal | 160 | 147 | 316 | 56 | 62 | 0 | 23 | 365 | 63 | 75 |
| Binary | 1110000 | 1100111 | 11001110 | 101110 | 110010 | 0 | 10011 | 11110101 | 110011 | 111101 |
Color Harmonies of #7067CE
Complementary color
Monochromatic Colors of #7067CE
Black with #7067CE
Text Example
Text Example
White with #7067CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067CE; }
p { color: rgb(112,103,206); }
H1.HeaderClassName
{
color: #7067CE;
}
.AnyTagClassName
{
color: #7067CE;
}
</style>
background-color css
<style>
a { background-color: #7067CE; }
a { background-color: rgb(112,103,206); }
div.DivClassName
{
background-color: #7067CE;
}
.BgClassName
{
background-color: #7067CE;
}
</style>
border-color css
<style>
span { border-color: #7067CE; }
span { border-color: rgb(112,103,206); }
td.TdClassName
{
border-color: #7067CE;
}
.TagClassName
{
border-color: #7067CE;
}
</style>