Shades of Orient #22606D
Tints of Orient #22606D
RGB
CMYK
RGB Variations
Color information
#22606D (or 0x22606D) is known color: Orient. HEX triplet: 22, 60 and 6D. RGB value is (34,96,109). Sum of RGB (Red+Green+Blue) = 34+96+109=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #22606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22606D is #DD9F92. Grayscale: #4E4E4E. Windows color (decimal): -14524307 or 7168034. OLE color: 7168034.
HSL color Cylindrical-coordinate representation of color #22606D: hue angle of 190.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22606D is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 96 | 109 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.57 |
| HSL | 190.4º | 0.52% | 0.28% | - |
| HSV(B) | 190.4º | 0.69% | 0.43% | - |
| XYZ | 7.6 | 9.81 | 15.96 | - |
| YUV | 78.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 109 | 0.69 | 0.12 | 0 | 0.57 | 190.4 | 0.52 | 0.28 |
| Hex | 22 | 60 | 6D | 45 | C | 0 | 39 | BE | 34 | 1C |
| Octal | 42 | 140 | 155 | 105 | 14 | 0 | 71 | 276 | 64 | 34 |
| Binary | 100010 | 1100000 | 1101101 | 1000101 | 1100 | 0 | 111001 | 10111110 | 110100 | 11100 |
Color Harmonies of #22606D
Complementary color
Monochromatic Colors of #22606D
Black with #22606D
Text Example
Text Example
White with #22606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22606D; }
p { color: rgb(34,96,109); }
H1.HeaderClassName
{
color: #22606D;
}
.AnyTagClassName
{
color: #22606D;
}
</style>
background-color css
<style>
a { background-color: #22606D; }
a { background-color: rgb(34,96,109); }
div.DivClassName
{
background-color: #22606D;
}
.BgClassName
{
background-color: #22606D;
}
</style>
border-color css
<style>
span { border-color: #22606D; }
span { border-color: rgb(34,96,109); }
td.TdClassName
{
border-color: #22606D;
}
.TagClassName
{
border-color: #22606D;
}
</style>