Shades of Denim #106DB6
Tints of Denim #106DB6
RGB
CMYK
RGB Variations
Color information
#106DB6 (or 0x106DB6) is known color: Denim. HEX triplet: 10, 6D and B6. RGB value is (16,109,182). Sum of RGB (Red+Green+Blue) = 16+109+182=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #106DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB6 is #EF9249. Grayscale: #595959. Windows color (decimal): -15700554 or 11955472. OLE color: 11955472.
HSL color Cylindrical-coordinate representation of color #106DB6: hue angle of 206.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 109 | 182 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.29 |
| HSL | 206.39º | 0.84% | 0.39% | - |
| HSV(B) | 206.39º | 0.91% | 0.71% | - |
| XYZ | 14.13 | 14.42 | 46.3 | - |
| YUV | 89.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 182 | 0.91 | 0.40 | 0 | 0.29 | 206.39 | 0.84 | 0.39 |
| Hex | 10 | 6D | B6 | 5B | 28 | 0 | 1D | CE | 54 | 27 |
| Octal | 20 | 155 | 266 | 133 | 50 | 0 | 35 | 316 | 124 | 47 |
| Binary | 10000 | 1101101 | 10110110 | 1011011 | 101000 | 0 | 11101 | 11001110 | 1010100 | 100111 |
Color Harmonies of #106DB6
Complementary color
Monochromatic Colors of #106DB6
Black with #106DB6
Text Example
Text Example
White with #106DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DB6; }
p { color: rgb(16,109,182); }
H1.HeaderClassName
{
color: #106DB6;
}
.AnyTagClassName
{
color: #106DB6;
}
</style>
background-color css
<style>
a { background-color: #106DB6; }
a { background-color: rgb(16,109,182); }
div.DivClassName
{
background-color: #106DB6;
}
.BgClassName
{
background-color: #106DB6;
}
</style>
border-color css
<style>
span { border-color: #106DB6; }
span { border-color: rgb(16,109,182); }
td.TdClassName
{
border-color: #106DB6;
}
.TagClassName
{
border-color: #106DB6;
}
</style>