Shades of Denim #206BDA
Tints of Denim #206BDA
RGB
CMYK
RGB Variations
Color information
#206BDA (or 0x206BDA) is known color: Denim. HEX triplet: 20, 6B and DA. RGB value is (32,107,218). Sum of RGB (Red+Green+Blue) = 32+107+218=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #206BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BDA is #DF9425. Grayscale: #606060. Windows color (decimal): -14652454 or 14314272. OLE color: 14314272.
HSL color Cylindrical-coordinate representation of color #206BDA: hue angle of 215.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206BDA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 107 | 218 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.15 |
| HSL | 215.81º | 0.74% | 0.49% | - |
| HSV(B) | 215.81º | 0.85% | 0.85% | - |
| XYZ | 18.51 | 15.88 | 68.42 | - |
| YUV | 97.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 218 | 0.85 | 0.51 | 0 | 0.15 | 215.81 | 0.74 | 0.49 |
| Hex | 20 | 6B | DA | 55 | 33 | 0 | F | D8 | 4A | 31 |
| Octal | 40 | 153 | 332 | 125 | 63 | 0 | 17 | 330 | 112 | 61 |
| Binary | 100000 | 1101011 | 11011010 | 1010101 | 110011 | 0 | 1111 | 11011000 | 1001010 | 110001 |
Color Harmonies of #206BDA
Complementary color
Monochromatic Colors of #206BDA
Black with #206BDA
Text Example
Text Example
White with #206BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BDA; }
p { color: rgb(32,107,218); }
H1.HeaderClassName
{
color: #206BDA;
}
.AnyTagClassName
{
color: #206BDA;
}
</style>
background-color css
<style>
a { background-color: #206BDA; }
a { background-color: rgb(32,107,218); }
div.DivClassName
{
background-color: #206BDA;
}
.BgClassName
{
background-color: #206BDA;
}
</style>
border-color css
<style>
span { border-color: #206BDA; }
span { border-color: rgb(32,107,218); }
td.TdClassName
{
border-color: #206BDA;
}
.TagClassName
{
border-color: #206BDA;
}
</style>