Shades of Allports #206774
Tints of Allports #206774
RGB
CMYK
RGB Variations
Color information
#206774 (or 0x206774) is known color: Allports. HEX triplet: 20, 67 and 74. RGB value is (32,103,116). Sum of RGB (Red+Green+Blue) = 32+103+116=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #206774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206774 is #DF988B. Grayscale: #535353. Windows color (decimal): -14653580 or 7628576. OLE color: 7628576.
HSL color Cylindrical-coordinate representation of color #206774: hue angle of 189.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 #206774 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 103 | 116 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.55 |
| HSL | 189.29º | 0.57% | 0.29% | - |
| HSV(B) | 189.29º | 0.72% | 0.45% | - |
| XYZ | 8.6 | 11.27 | 18.24 | - |
| YUV | 83.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 116 | 0.72 | 0.11 | 0 | 0.55 | 189.29 | 0.57 | 0.29 |
| Hex | 20 | 67 | 74 | 48 | B | 0 | 37 | BD | 39 | 1D |
| Octal | 40 | 147 | 164 | 110 | 13 | 0 | 67 | 275 | 71 | 35 |
| Binary | 100000 | 1100111 | 1110100 | 1001000 | 1011 | 0 | 110111 | 10111101 | 111001 | 11101 |
Color Harmonies of #206774
Complementary color
Monochromatic Colors of #206774
Black with #206774
Text Example
Text Example
White with #206774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206774; }
p { color: rgb(32,103,116); }
H1.HeaderClassName
{
color: #206774;
}
.AnyTagClassName
{
color: #206774;
}
</style>
background-color css
<style>
a { background-color: #206774; }
a { background-color: rgb(32,103,116); }
div.DivClassName
{
background-color: #206774;
}
.BgClassName
{
background-color: #206774;
}
</style>
border-color css
<style>
span { border-color: #206774; }
span { border-color: rgb(32,103,116); }
td.TdClassName
{
border-color: #206774;
}
.TagClassName
{
border-color: #206774;
}
</style>