Shades of Orient #206070
Tints of Orient #206070
RGB
CMYK
RGB Variations
Color information
#206070 (or 0x206070) is known color: Orient. HEX triplet: 20, 60 and 70. RGB value is (32,96,112). Sum of RGB (Red+Green+Blue) = 32+96+112=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #206070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206070 is #DF9F8F. Grayscale: #4E4E4E. Windows color (decimal): -14655376 or 7364640. OLE color: 7364640.
HSL color Cylindrical-coordinate representation of color #206070: hue angle of 192º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206070 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 96 | 112 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.56 |
| HSL | 192º | 0.56% | 0.28% | - |
| HSV(B) | 192º | 0.71% | 0.44% | - |
| XYZ | 7.7 | 9.84 | 16.82 | - |
| YUV | 78.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 112 | 0.71 | 0.14 | 0 | 0.56 | 192 | 0.56 | 0.28 |
| Hex | 20 | 60 | 70 | 47 | E | 0 | 38 | C0 | 38 | 1C |
| Octal | 40 | 140 | 160 | 107 | 16 | 0 | 70 | 300 | 70 | 34 |
| Binary | 100000 | 1100000 | 1110000 | 1000111 | 1110 | 0 | 111000 | 11000000 | 111000 | 11100 |
Color Harmonies of #206070
Complementary color
Monochromatic Colors of #206070
Black with #206070
Text Example
Text Example
White with #206070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206070; }
p { color: rgb(32,96,112); }
H1.HeaderClassName
{
color: #206070;
}
.AnyTagClassName
{
color: #206070;
}
</style>
background-color css
<style>
a { background-color: #206070; }
a { background-color: rgb(32,96,112); }
div.DivClassName
{
background-color: #206070;
}
.BgClassName
{
background-color: #206070;
}
</style>
border-color css
<style>
span { border-color: #206070; }
span { border-color: rgb(32,96,112); }
td.TdClassName
{
border-color: #206070;
}
.TagClassName
{
border-color: #206070;
}
</style>