Shades of Denim #206BCF
Tints of Denim #206BCF
RGB
CMYK
RGB Variations
Color information
#206BCF (or 0x206BCF) is known color: Denim. HEX triplet: 20, 6B and CF. RGB value is (32,107,207). Sum of RGB (Red+Green+Blue) = 32+107+207=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #206BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BCF is #DF9430. Grayscale: #5F5F5F. Windows color (decimal): -14652465 or 13593376. OLE color: 13593376.
HSL color Cylindrical-coordinate representation of color #206BCF: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206BCF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 107 | 207 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.19 |
| HSL | 214.29º | 0.73% | 0.47% | - |
| HSV(B) | 214.29º | 0.85% | 0.81% | - |
| XYZ | 17.12 | 15.33 | 61.09 | - |
| YUV | 95.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 207 | 0.85 | 0.48 | 0 | 0.19 | 214.29 | 0.73 | 0.47 |
| Hex | 20 | 6B | CF | 55 | 30 | 0 | 13 | D6 | 49 | 2F |
| Octal | 40 | 153 | 317 | 125 | 60 | 0 | 23 | 326 | 111 | 57 |
| Binary | 100000 | 1101011 | 11001111 | 1010101 | 110000 | 0 | 10011 | 11010110 | 1001001 | 101111 |
Color Harmonies of #206BCF
Complementary color
Monochromatic Colors of #206BCF
Black with #206BCF
Text Example
Text Example
White with #206BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BCF; }
p { color: rgb(32,107,207); }
H1.HeaderClassName
{
color: #206BCF;
}
.AnyTagClassName
{
color: #206BCF;
}
</style>
background-color css
<style>
a { background-color: #206BCF; }
a { background-color: rgb(32,107,207); }
div.DivClassName
{
background-color: #206BCF;
}
.BgClassName
{
background-color: #206BCF;
}
</style>
border-color css
<style>
span { border-color: #206BCF; }
span { border-color: rgb(32,107,207); }
td.TdClassName
{
border-color: #206BCF;
}
.TagClassName
{
border-color: #206BCF;
}
</style>