Shades of Denim #206CB3
Tints of Denim #206CB3
RGB
CMYK
RGB Variations
Color information
#206CB3 (or 0x206CB3) is known color: Denim. HEX triplet: 20, 6C and B3. RGB value is (32,108,179). Sum of RGB (Red+Green+Blue) = 32+108+179=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #206CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CB3 is #DF934C. Grayscale: #5D5D5D. Windows color (decimal): -14652237 or 11758624. OLE color: 11758624.
HSL color Cylindrical-coordinate representation of color #206CB3: hue angle of 208.98º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206CB3 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 108 | 179 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.30 |
| HSL | 208.98º | 0.7% | 0.41% | - |
| HSV(B) | 208.98º | 0.82% | 0.7% | - |
| XYZ | 14.09 | 14.29 | 44.66 | - |
| YUV | 93.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 179 | 0.82 | 0.40 | 0 | 0.30 | 208.98 | 0.7 | 0.41 |
| Hex | 20 | 6C | B3 | 52 | 28 | 0 | 1E | D1 | 46 | 29 |
| Octal | 40 | 154 | 263 | 122 | 50 | 0 | 36 | 321 | 106 | 51 |
| Binary | 100000 | 1101100 | 10110011 | 1010010 | 101000 | 0 | 11110 | 11010001 | 1000110 | 101001 |
Color Harmonies of #206CB3
Complementary color
Monochromatic Colors of #206CB3
Black with #206CB3
Text Example
Text Example
White with #206CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CB3; }
p { color: rgb(32,108,179); }
H1.HeaderClassName
{
color: #206CB3;
}
.AnyTagClassName
{
color: #206CB3;
}
</style>
background-color css
<style>
a { background-color: #206CB3; }
a { background-color: rgb(32,108,179); }
div.DivClassName
{
background-color: #206CB3;
}
.BgClassName
{
background-color: #206CB3;
}
</style>
border-color css
<style>
span { border-color: #206CB3; }
span { border-color: rgb(32,108,179); }
td.TdClassName
{
border-color: #206CB3;
}
.TagClassName
{
border-color: #206CB3;
}
</style>