Shades of Denim #206FB4
Tints of Denim #206FB4
RGB
CMYK
RGB Variations
Color information
#206FB4 (or 0x206FB4) is known color: Denim. HEX triplet: 20, 6F and B4. RGB value is (32,111,180). Sum of RGB (Red+Green+Blue) = 32+111+180=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #206FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FB4 is #DF904B. Grayscale: #5E5E5E. Windows color (decimal): -14651468 or 11824928. OLE color: 11824928.
HSL color Cylindrical-coordinate representation of color #206FB4: hue angle of 207.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206FB4 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 111 | 180 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.29 |
| HSL | 207.97º | 0.7% | 0.42% | - |
| HSV(B) | 207.97º | 0.82% | 0.71% | - |
| XYZ | 14.52 | 14.97 | 45.3 | - |
| YUV | 95.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 180 | 0.82 | 0.38 | 0 | 0.29 | 207.97 | 0.7 | 0.42 |
| Hex | 20 | 6F | B4 | 52 | 26 | 0 | 1D | D0 | 46 | 2A |
| Octal | 40 | 157 | 264 | 122 | 46 | 0 | 35 | 320 | 106 | 52 |
| Binary | 100000 | 1101111 | 10110100 | 1010010 | 100110 | 0 | 11101 | 11010000 | 1000110 | 101010 |
Color Harmonies of #206FB4
Complementary color
Monochromatic Colors of #206FB4
Black with #206FB4
Text Example
Text Example
White with #206FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FB4; }
p { color: rgb(32,111,180); }
H1.HeaderClassName
{
color: #206FB4;
}
.AnyTagClassName
{
color: #206FB4;
}
</style>
background-color css
<style>
a { background-color: #206FB4; }
a { background-color: rgb(32,111,180); }
div.DivClassName
{
background-color: #206FB4;
}
.BgClassName
{
background-color: #206FB4;
}
</style>
border-color css
<style>
span { border-color: #206FB4; }
span { border-color: rgb(32,111,180); }
td.TdClassName
{
border-color: #206FB4;
}
.TagClassName
{
border-color: #206FB4;
}
</style>