Shades of Denim #206DC1
Tints of Denim #206DC1
RGB
CMYK
RGB Variations
Color information
#206DC1 (or 0x206DC1) is known color: Denim. HEX triplet: 20, 6D and C1. RGB value is (32,109,193). Sum of RGB (Red+Green+Blue) = 32+109+193=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #206DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DC1 is #DF923E. Grayscale: #5F5F5F. Windows color (decimal): -14651967 or 12676384. OLE color: 12676384.
HSL color Cylindrical-coordinate representation of color #206DC1: hue angle of 211.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206DC1 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 109 | 193 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.24 |
| HSL | 211.3º | 0.72% | 0.44% | - |
| HSV(B) | 211.3º | 0.83% | 0.76% | - |
| XYZ | 15.69 | 15.09 | 52.54 | - |
| YUV | 95.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 193 | 0.83 | 0.44 | 0 | 0.24 | 211.3 | 0.72 | 0.44 |
| Hex | 20 | 6D | C1 | 53 | 2C | 0 | 18 | D3 | 48 | 2C |
| Octal | 40 | 155 | 301 | 123 | 54 | 0 | 30 | 323 | 110 | 54 |
| Binary | 100000 | 1101101 | 11000001 | 1010011 | 101100 | 0 | 11000 | 11010011 | 1001000 | 101100 |
Color Harmonies of #206DC1
Complementary color
Monochromatic Colors of #206DC1
Black with #206DC1
Text Example
Text Example
White with #206DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DC1; }
p { color: rgb(32,109,193); }
H1.HeaderClassName
{
color: #206DC1;
}
.AnyTagClassName
{
color: #206DC1;
}
</style>
background-color css
<style>
a { background-color: #206DC1; }
a { background-color: rgb(32,109,193); }
div.DivClassName
{
background-color: #206DC1;
}
.BgClassName
{
background-color: #206DC1;
}
</style>
border-color css
<style>
span { border-color: #206DC1; }
span { border-color: rgb(32,109,193); }
td.TdClassName
{
border-color: #206DC1;
}
.TagClassName
{
border-color: #206DC1;
}
</style>