Shades of Denim #206ABF
Tints of Denim #206ABF
RGB
CMYK
RGB Variations
Color information
#206ABF (or 0x206ABF) is known color: Denim. HEX triplet: 20, 6A and BF. RGB value is (32,106,191). Sum of RGB (Red+Green+Blue) = 32+106+191=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #206ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206ABF is #DF9540. Grayscale: #5D5D5D. Windows color (decimal): -14652737 or 12544544. OLE color: 12544544.
HSL color Cylindrical-coordinate representation of color #206ABF: hue angle of 212.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206ABF is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 106 | 191 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.25 |
| HSL | 212.08º | 0.71% | 0.44% | - |
| HSV(B) | 212.08º | 0.83% | 0.75% | - |
| XYZ | 15.15 | 14.38 | 51.27 | - |
| YUV | 93.56 | 182.98 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 191 | 0.83 | 0.45 | 0 | 0.25 | 212.08 | 0.71 | 0.44 |
| Hex | 20 | 6A | BF | 53 | 2D | 0 | 19 | D4 | 47 | 2C |
| Octal | 40 | 152 | 277 | 123 | 55 | 0 | 31 | 324 | 107 | 54 |
| Binary | 100000 | 1101010 | 10111111 | 1010011 | 101101 | 0 | 11001 | 11010100 | 1000111 | 101100 |
Color Harmonies of #206ABF
Complementary color
Monochromatic Colors of #206ABF
Black with #206ABF
Text Example
Text Example
White with #206ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206ABF; }
p { color: rgb(32,106,191); }
H1.HeaderClassName
{
color: #206ABF;
}
.AnyTagClassName
{
color: #206ABF;
}
</style>
background-color css
<style>
a { background-color: #206ABF; }
a { background-color: rgb(32,106,191); }
div.DivClassName
{
background-color: #206ABF;
}
.BgClassName
{
background-color: #206ABF;
}
</style>
border-color css
<style>
span { border-color: #206ABF; }
span { border-color: rgb(32,106,191); }
td.TdClassName
{
border-color: #206ABF;
}
.TagClassName
{
border-color: #206ABF;
}
</style>