Shades of Denim #206AB0
Tints of Denim #206AB0
RGB
CMYK
RGB Variations
Color information
#206AB0 (or 0x206AB0) is known color: Denim. HEX triplet: 20, 6A and B0. RGB value is (32,106,176). Sum of RGB (Red+Green+Blue) = 32+106+176=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #206AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206AB0 is #DF954F. Grayscale: #5B5B5B. Windows color (decimal): -14652752 or 11561504. OLE color: 11561504.
HSL color Cylindrical-coordinate representation of color #206AB0: hue angle of 209.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206AB0 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 106 | 176 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.31 |
| HSL | 209.17º | 0.69% | 0.41% | - |
| HSV(B) | 209.17º | 0.82% | 0.69% | - |
| XYZ | 13.59 | 13.75 | 43.01 | - |
| YUV | 91.85 | 175.48 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 176 | 0.82 | 0.40 | 0 | 0.31 | 209.17 | 0.69 | 0.41 |
| Hex | 20 | 6A | B0 | 52 | 28 | 0 | 1F | D1 | 45 | 29 |
| Octal | 40 | 152 | 260 | 122 | 50 | 0 | 37 | 321 | 105 | 51 |
| Binary | 100000 | 1101010 | 10110000 | 1010010 | 101000 | 0 | 11111 | 11010001 | 1000101 | 101001 |
Color Harmonies of #206AB0
Complementary color
Monochromatic Colors of #206AB0
Black with #206AB0
Text Example
Text Example
White with #206AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AB0; }
p { color: rgb(32,106,176); }
H1.HeaderClassName
{
color: #206AB0;
}
.AnyTagClassName
{
color: #206AB0;
}
</style>
background-color css
<style>
a { background-color: #206AB0; }
a { background-color: rgb(32,106,176); }
div.DivClassName
{
background-color: #206AB0;
}
.BgClassName
{
background-color: #206AB0;
}
</style>
border-color css
<style>
span { border-color: #206AB0; }
span { border-color: rgb(32,106,176); }
td.TdClassName
{
border-color: #206AB0;
}
.TagClassName
{
border-color: #206AB0;
}
</style>