Shades of Orient #206074
Tints of Orient #206074
RGB
CMYK
RGB Variations
Color information
#206074 (or 0x206074) is known color: Orient. HEX triplet: 20, 60 and 74. RGB value is (32,96,116). Sum of RGB (Red+Green+Blue) = 32+96+116=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #206074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206074 is #DF9F8B. Grayscale: #4F4F4F. Windows color (decimal): -14655372 or 7626784. OLE color: 7626784.
HSL color Cylindrical-coordinate representation of color #206074: hue angle of 194.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206074 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 96 | 116 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.55 |
| HSL | 194.29º | 0.57% | 0.29% | - |
| HSV(B) | 194.29º | 0.72% | 0.45% | - |
| XYZ | 7.93 | 9.93 | 18.02 | - |
| YUV | 79.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 116 | 0.72 | 0.17 | 0 | 0.55 | 194.29 | 0.57 | 0.29 |
| Hex | 20 | 60 | 74 | 48 | 11 | 0 | 37 | C2 | 39 | 1D |
| Octal | 40 | 140 | 164 | 110 | 21 | 0 | 67 | 302 | 71 | 35 |
| Binary | 100000 | 1100000 | 1110100 | 1001000 | 10001 | 0 | 110111 | 11000010 | 111001 | 11101 |
Color Harmonies of #206074
Complementary color
Monochromatic Colors of #206074
Black with #206074
Text Example
Text Example
White with #206074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206074; }
p { color: rgb(32,96,116); }
H1.HeaderClassName
{
color: #206074;
}
.AnyTagClassName
{
color: #206074;
}
</style>
background-color css
<style>
a { background-color: #206074; }
a { background-color: rgb(32,96,116); }
div.DivClassName
{
background-color: #206074;
}
.BgClassName
{
background-color: #206074;
}
</style>
border-color css
<style>
span { border-color: #206074; }
span { border-color: rgb(32,96,116); }
td.TdClassName
{
border-color: #206074;
}
.TagClassName
{
border-color: #206074;
}
</style>