Shades of Denim #206CBD
Tints of Denim #206CBD
RGB
CMYK
RGB Variations
Color information
#206CBD (or 0x206CBD) is known color: Denim. HEX triplet: 20, 6C and BD. RGB value is (32,108,189). Sum of RGB (Red+Green+Blue) = 32+108+189=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #206CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CBD is #DF9342. Grayscale: #5E5E5E. Windows color (decimal): -14652227 or 12413984. OLE color: 12413984.
HSL color Cylindrical-coordinate representation of color #206CBD: hue angle of 210.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206CBD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 108 | 189 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.26 |
| HSL | 210.96º | 0.71% | 0.43% | - |
| HSV(B) | 210.96º | 0.83% | 0.74% | - |
| XYZ | 15.14 | 14.71 | 50.18 | - |
| YUV | 94.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 189 | 0.83 | 0.43 | 0 | 0.26 | 210.96 | 0.71 | 0.43 |
| Hex | 20 | 6C | BD | 53 | 2B | 0 | 1A | D3 | 47 | 2B |
| Octal | 40 | 154 | 275 | 123 | 53 | 0 | 32 | 323 | 107 | 53 |
| Binary | 100000 | 1101100 | 10111101 | 1010011 | 101011 | 0 | 11010 | 11010011 | 1000111 | 101011 |
Color Harmonies of #206CBD
Complementary color
Monochromatic Colors of #206CBD
Black with #206CBD
Text Example
Text Example
White with #206CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CBD; }
p { color: rgb(32,108,189); }
H1.HeaderClassName
{
color: #206CBD;
}
.AnyTagClassName
{
color: #206CBD;
}
</style>
background-color css
<style>
a { background-color: #206CBD; }
a { background-color: rgb(32,108,189); }
div.DivClassName
{
background-color: #206CBD;
}
.BgClassName
{
background-color: #206CBD;
}
</style>
border-color css
<style>
span { border-color: #206CBD; }
span { border-color: rgb(32,108,189); }
td.TdClassName
{
border-color: #206CBD;
}
.TagClassName
{
border-color: #206CBD;
}
</style>