Shades of Allports #206973
Tints of Allports #206973
RGB
CMYK
RGB Variations
Color information
#206973 (or 0x206973) is known color: Allports. HEX triplet: 20, 69 and 73. RGB value is (32,105,115). Sum of RGB (Red+Green+Blue) = 32+105+115=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #206973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206973 is #DF968C. Grayscale: #545454. Windows color (decimal): -14653069 or 7563552. OLE color: 7563552.
HSL color Cylindrical-coordinate representation of color #206973: hue angle of 187.23º degrees, saturation: 0.56, 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 #206973 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 105 | 115 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.55 |
| HSL | 187.23º | 0.56% | 0.29% | - |
| HSV(B) | 187.23º | 0.72% | 0.45% | - |
| XYZ | 8.74 | 11.65 | 18.01 | - |
| YUV | 84.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 115 | 0.72 | 0.09 | 0 | 0.55 | 187.23 | 0.56 | 0.29 |
| Hex | 20 | 69 | 73 | 48 | 9 | 0 | 37 | BB | 38 | 1D |
| Octal | 40 | 151 | 163 | 110 | 11 | 0 | 67 | 273 | 70 | 35 |
| Binary | 100000 | 1101001 | 1110011 | 1001000 | 1001 | 0 | 110111 | 10111011 | 111000 | 11101 |
Color Harmonies of #206973
Complementary color
Monochromatic Colors of #206973
Black with #206973
Text Example
Text Example
White with #206973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206973; }
p { color: rgb(32,105,115); }
H1.HeaderClassName
{
color: #206973;
}
.AnyTagClassName
{
color: #206973;
}
</style>
background-color css
<style>
a { background-color: #206973; }
a { background-color: rgb(32,105,115); }
div.DivClassName
{
background-color: #206973;
}
.BgClassName
{
background-color: #206973;
}
</style>
border-color css
<style>
span { border-color: #206973; }
span { border-color: rgb(32,105,115); }
td.TdClassName
{
border-color: #206973;
}
.TagClassName
{
border-color: #206973;
}
</style>