Shades of Denim #206CBE
Tints of Denim #206CBE
RGB
CMYK
RGB Variations
Color information
#206CBE (or 0x206CBE) is known color: Denim. HEX triplet: 20, 6C and BE. RGB value is (32,108,190). Sum of RGB (Red+Green+Blue) = 32+108+190=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #206CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CBE is #DF9341. Grayscale: #5E5E5E. Windows color (decimal): -14652226 or 12479520. OLE color: 12479520.
HSL color Cylindrical-coordinate representation of color #206CBE: hue angle of 211.14º 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 #206CBE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 108 | 190 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.25 |
| HSL | 211.14º | 0.71% | 0.44% | - |
| HSV(B) | 211.14º | 0.83% | 0.75% | - |
| XYZ | 15.25 | 14.75 | 50.76 | - |
| YUV | 94.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 190 | 0.83 | 0.43 | 0 | 0.25 | 211.14 | 0.71 | 0.44 |
| Hex | 20 | 6C | BE | 53 | 2B | 0 | 19 | D3 | 47 | 2C |
| Octal | 40 | 154 | 276 | 123 | 53 | 0 | 31 | 323 | 107 | 54 |
| Binary | 100000 | 1101100 | 10111110 | 1010011 | 101011 | 0 | 11001 | 11010011 | 1000111 | 101100 |
Color Harmonies of #206CBE
Complementary color
Monochromatic Colors of #206CBE
Black with #206CBE
Text Example
Text Example
White with #206CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CBE; }
p { color: rgb(32,108,190); }
H1.HeaderClassName
{
color: #206CBE;
}
.AnyTagClassName
{
color: #206CBE;
}
</style>
background-color css
<style>
a { background-color: #206CBE; }
a { background-color: rgb(32,108,190); }
div.DivClassName
{
background-color: #206CBE;
}
.BgClassName
{
background-color: #206CBE;
}
</style>
border-color css
<style>
span { border-color: #206CBE; }
span { border-color: rgb(32,108,190); }
td.TdClassName
{
border-color: #206CBE;
}
.TagClassName
{
border-color: #206CBE;
}
</style>