Shades of Atoll #206E71
Tints of Atoll #206E71
RGB
CMYK
RGB Variations
Color information
#206E71 (or 0x206E71) is known color: Atoll. HEX triplet: 20, 6E and 71. RGB value is (32,110,113). Sum of RGB (Red+Green+Blue) = 32+110+113=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #206E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E71 is #DF918E. Grayscale: #565656. Windows color (decimal): -14651791 or 7433760. OLE color: 7433760.
HSL color Cylindrical-coordinate representation of color #206E71: hue angle of 182.22º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206E71 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 110 | 113 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.56 |
| HSL | 182.22º | 0.56% | 0.28% | - |
| HSV(B) | 182.22º | 0.72% | 0.44% | - |
| XYZ | 9.15 | 12.65 | 17.58 | - |
| YUV | 87.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 113 | 0.72 | 0.03 | 0 | 0.56 | 182.22 | 0.56 | 0.28 |
| Hex | 20 | 6E | 71 | 48 | 3 | 0 | 38 | B6 | 38 | 1C |
| Octal | 40 | 156 | 161 | 110 | 3 | 0 | 70 | 266 | 70 | 34 |
| Binary | 100000 | 1101110 | 1110001 | 1001000 | 11 | 0 | 111000 | 10110110 | 111000 | 11100 |
Color Harmonies of #206E71
Complementary color
Monochromatic Colors of #206E71
Black with #206E71
Text Example
Text Example
White with #206E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E71; }
p { color: rgb(32,110,113); }
H1.HeaderClassName
{
color: #206E71;
}
.AnyTagClassName
{
color: #206E71;
}
</style>
background-color css
<style>
a { background-color: #206E71; }
a { background-color: rgb(32,110,113); }
div.DivClassName
{
background-color: #206E71;
}
.BgClassName
{
background-color: #206E71;
}
</style>
border-color css
<style>
span { border-color: #206E71; }
span { border-color: rgb(32,110,113); }
td.TdClassName
{
border-color: #206E71;
}
.TagClassName
{
border-color: #206E71;
}
</style>