Shades of Slate Blue #7069CE
Tints of Slate Blue #7069CE
RGB
CMYK
RGB Variations
Color information
#7069CE (or 0x7069CE) is known color: Slate Blue. HEX triplet: 70, 69 and CE. RGB value is (112,105,206). Sum of RGB (Red+Green+Blue) = 112+105+206=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7069CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CE is #8F9631. Grayscale: #767676. Windows color (decimal): -9410098 or 13527408. OLE color: 13527408.
HSL color Cylindrical-coordinate representation of color #7069CE: hue angle of 244.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7069CE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 105 | 206 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.19 |
| HSL | 244.16º | 0.51% | 0.61% | - |
| HSV(B) | 244.16º | 0.49% | 0.81% | - |
| XYZ | 22.87 | 18 | 60.66 | - |
| YUV | 118.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 206 | 0.46 | 0.49 | 0 | 0.19 | 244.16 | 0.51 | 0.61 |
| Hex | 70 | 69 | CE | 2E | 31 | 0 | 13 | F4 | 33 | 3D |
| Octal | 160 | 151 | 316 | 56 | 61 | 0 | 23 | 364 | 63 | 75 |
| Binary | 1110000 | 1101001 | 11001110 | 101110 | 110001 | 0 | 10011 | 11110100 | 110011 | 111101 |
Color Harmonies of #7069CE
Complementary color
Monochromatic Colors of #7069CE
Black with #7069CE
Text Example
Text Example
White with #7069CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7069CE; }
p { color: rgb(112,105,206); }
H1.HeaderClassName
{
color: #7069CE;
}
.AnyTagClassName
{
color: #7069CE;
}
</style>
background-color css
<style>
a { background-color: #7069CE; }
a { background-color: rgb(112,105,206); }
div.DivClassName
{
background-color: #7069CE;
}
.BgClassName
{
background-color: #7069CE;
}
</style>
border-color css
<style>
span { border-color: #7069CE; }
span { border-color: rgb(112,105,206); }
td.TdClassName
{
border-color: #7069CE;
}
.TagClassName
{
border-color: #7069CE;
}
</style>