Shades of Denim #206BB3
Tints of Denim #206BB3
RGB
CMYK
RGB Variations
Color information
#206BB3 (or 0x206BB3) is known color: Denim. HEX triplet: 20, 6B and B3. RGB value is (32,107,179). Sum of RGB (Red+Green+Blue) = 32+107+179=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #206BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BB3 is #DF944C. Grayscale: #5C5C5C. Windows color (decimal): -14652493 or 11758368. OLE color: 11758368.
HSL color Cylindrical-coordinate representation of color #206BB3: hue angle of 209.39º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206BB3 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 107 | 179 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.30 |
| HSL | 209.39º | 0.7% | 0.41% | - |
| HSV(B) | 209.39º | 0.82% | 0.7% | - |
| XYZ | 13.99 | 14.08 | 44.63 | - |
| YUV | 92.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 179 | 0.82 | 0.40 | 0 | 0.30 | 209.39 | 0.7 | 0.41 |
| Hex | 20 | 6B | B3 | 52 | 28 | 0 | 1E | D1 | 46 | 29 |
| Octal | 40 | 153 | 263 | 122 | 50 | 0 | 36 | 321 | 106 | 51 |
| Binary | 100000 | 1101011 | 10110011 | 1010010 | 101000 | 0 | 11110 | 11010001 | 1000110 | 101001 |
Color Harmonies of #206BB3
Complementary color
Monochromatic Colors of #206BB3
Black with #206BB3
Text Example
Text Example
White with #206BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BB3; }
p { color: rgb(32,107,179); }
H1.HeaderClassName
{
color: #206BB3;
}
.AnyTagClassName
{
color: #206BB3;
}
</style>
background-color css
<style>
a { background-color: #206BB3; }
a { background-color: rgb(32,107,179); }
div.DivClassName
{
background-color: #206BB3;
}
.BgClassName
{
background-color: #206BB3;
}
</style>
border-color css
<style>
span { border-color: #206BB3; }
span { border-color: rgb(32,107,179); }
td.TdClassName
{
border-color: #206BB3;
}
.TagClassName
{
border-color: #206BB3;
}
</style>