Shades of Denim #206CC8
Tints of Denim #206CC8
RGB
CMYK
RGB Variations
Color information
#206CC8 (or 0x206CC8) is known color: Denim. HEX triplet: 20, 6C and C8. RGB value is (32,108,200). Sum of RGB (Red+Green+Blue) = 32+108+200=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #206CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CC8 is #DF9337. Grayscale: #5F5F5F. Windows color (decimal): -14652216 or 13134880. OLE color: 13134880.
HSL color Cylindrical-coordinate representation of color #206CC8: hue angle of 212.86º 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 #206CC8 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 108 | 200 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.22 |
| HSL | 212.86º | 0.72% | 0.45% | - |
| HSV(B) | 212.86º | 0.84% | 0.78% | - |
| XYZ | 16.38 | 15.2 | 56.71 | - |
| YUV | 95.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 200 | 0.84 | 0.46 | 0 | 0.22 | 212.86 | 0.72 | 0.45 |
| Hex | 20 | 6C | C8 | 54 | 2E | 0 | 16 | D5 | 48 | 2D |
| Octal | 40 | 154 | 310 | 124 | 56 | 0 | 26 | 325 | 110 | 55 |
| Binary | 100000 | 1101100 | 11001000 | 1010100 | 101110 | 0 | 10110 | 11010101 | 1001000 | 101101 |
Color Harmonies of #206CC8
Complementary color
Monochromatic Colors of #206CC8
Black with #206CC8
Text Example
Text Example
White with #206CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CC8; }
p { color: rgb(32,108,200); }
H1.HeaderClassName
{
color: #206CC8;
}
.AnyTagClassName
{
color: #206CC8;
}
</style>
background-color css
<style>
a { background-color: #206CC8; }
a { background-color: rgb(32,108,200); }
div.DivClassName
{
background-color: #206CC8;
}
.BgClassName
{
background-color: #206CC8;
}
</style>
border-color css
<style>
span { border-color: #206CC8; }
span { border-color: rgb(32,108,200); }
td.TdClassName
{
border-color: #206CC8;
}
.TagClassName
{
border-color: #206CC8;
}
</style>