Shades of Denim #206FC9
Tints of Denim #206FC9
RGB
CMYK
RGB Variations
Color information
#206FC9 (or 0x206FC9) is known color: Denim. HEX triplet: 20, 6F and C9. RGB value is (32,111,201). Sum of RGB (Red+Green+Blue) = 32+111+201=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #206FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FC9 is #DF9036. Grayscale: #616161. Windows color (decimal): -14651447 or 13201184. OLE color: 13201184.
HSL color Cylindrical-coordinate representation of color #206FC9: hue angle of 211.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206FC9 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 111 | 201 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.21 |
| HSL | 211.95º | 0.73% | 0.46% | - |
| HSV(B) | 211.95º | 0.84% | 0.79% | - |
| XYZ | 16.82 | 15.89 | 57.44 | - |
| YUV | 97.64 | 186.33 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 201 | 0.84 | 0.45 | 0 | 0.21 | 211.95 | 0.73 | 0.46 |
| Hex | 20 | 6F | C9 | 54 | 2D | 0 | 15 | D4 | 49 | 2E |
| Octal | 40 | 157 | 311 | 124 | 55 | 0 | 25 | 324 | 111 | 56 |
| Binary | 100000 | 1101111 | 11001001 | 1010100 | 101101 | 0 | 10101 | 11010100 | 1001001 | 101110 |
Color Harmonies of #206FC9
Complementary color
Monochromatic Colors of #206FC9
Black with #206FC9
Text Example
Text Example
White with #206FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FC9; }
p { color: rgb(32,111,201); }
H1.HeaderClassName
{
color: #206FC9;
}
.AnyTagClassName
{
color: #206FC9;
}
</style>
background-color css
<style>
a { background-color: #206FC9; }
a { background-color: rgb(32,111,201); }
div.DivClassName
{
background-color: #206FC9;
}
.BgClassName
{
background-color: #206FC9;
}
</style>
border-color css
<style>
span { border-color: #206FC9; }
span { border-color: rgb(32,111,201); }
td.TdClassName
{
border-color: #206FC9;
}
.TagClassName
{
border-color: #206FC9;
}
</style>