Shades of Denim #206BBF
Tints of Denim #206BBF
RGB
CMYK
RGB Variations
Color information
#206BBF (or 0x206BBF) is known color: Denim. HEX triplet: 20, 6B and BF. RGB value is (32,107,191). Sum of RGB (Red+Green+Blue) = 32+107+191=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #206BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BBF is #DF9440. Grayscale: #5D5D5D. Windows color (decimal): -14652481 or 12544800. OLE color: 12544800.
HSL color Cylindrical-coordinate representation of color #206BBF: hue angle of 211.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206BBF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 107 | 191 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.25 |
| HSL | 211.7º | 0.71% | 0.44% | - |
| HSV(B) | 211.7º | 0.83% | 0.75% | - |
| XYZ | 15.26 | 14.58 | 51.3 | - |
| YUV | 94.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 191 | 0.83 | 0.44 | 0 | 0.25 | 211.7 | 0.71 | 0.44 |
| Hex | 20 | 6B | BF | 53 | 2C | 0 | 19 | D4 | 47 | 2C |
| Octal | 40 | 153 | 277 | 123 | 54 | 0 | 31 | 324 | 107 | 54 |
| Binary | 100000 | 1101011 | 10111111 | 1010011 | 101100 | 0 | 11001 | 11010100 | 1000111 | 101100 |
Color Harmonies of #206BBF
Complementary color
Monochromatic Colors of #206BBF
Black with #206BBF
Text Example
Text Example
White with #206BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BBF; }
p { color: rgb(32,107,191); }
H1.HeaderClassName
{
color: #206BBF;
}
.AnyTagClassName
{
color: #206BBF;
}
</style>
background-color css
<style>
a { background-color: #206BBF; }
a { background-color: rgb(32,107,191); }
div.DivClassName
{
background-color: #206BBF;
}
.BgClassName
{
background-color: #206BBF;
}
</style>
border-color css
<style>
span { border-color: #206BBF; }
span { border-color: rgb(32,107,191); }
td.TdClassName
{
border-color: #206BBF;
}
.TagClassName
{
border-color: #206BBF;
}
</style>