Shades of Denim #206BC7
Tints of Denim #206BC7
RGB
CMYK
RGB Variations
Color information
#206BC7 (or 0x206BC7) is known color: Denim. HEX triplet: 20, 6B and C7. RGB value is (32,107,199). Sum of RGB (Red+Green+Blue) = 32+107+199=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #206BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BC7 is #DF9438. Grayscale: #5E5E5E. Windows color (decimal): -14652473 or 13069088. OLE color: 13069088.
HSL color Cylindrical-coordinate representation of color #206BC7: hue angle of 213.05º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206BC7 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 107 | 199 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.22 |
| HSL | 213.05º | 0.72% | 0.45% | - |
| HSV(B) | 213.05º | 0.84% | 0.78% | - |
| XYZ | 16.16 | 14.95 | 56.07 | - |
| YUV | 95.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 199 | 0.84 | 0.46 | 0 | 0.22 | 213.05 | 0.72 | 0.45 |
| Hex | 20 | 6B | C7 | 54 | 2E | 0 | 16 | D5 | 48 | 2D |
| Octal | 40 | 153 | 307 | 124 | 56 | 0 | 26 | 325 | 110 | 55 |
| Binary | 100000 | 1101011 | 11000111 | 1010100 | 101110 | 0 | 10110 | 11010101 | 1001000 | 101101 |
Color Harmonies of #206BC7
Complementary color
Monochromatic Colors of #206BC7
Black with #206BC7
Text Example
Text Example
White with #206BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BC7; }
p { color: rgb(32,107,199); }
H1.HeaderClassName
{
color: #206BC7;
}
.AnyTagClassName
{
color: #206BC7;
}
</style>
background-color css
<style>
a { background-color: #206BC7; }
a { background-color: rgb(32,107,199); }
div.DivClassName
{
background-color: #206BC7;
}
.BgClassName
{
background-color: #206BC7;
}
</style>
border-color css
<style>
span { border-color: #206BC7; }
span { border-color: rgb(32,107,199); }
td.TdClassName
{
border-color: #206BC7;
}
.TagClassName
{
border-color: #206BC7;
}
</style>