Shades of Denim #0666BB
Tints of Denim #0666BB
RGB
CMYK
RGB Variations
Color information
#0666BB (or 0x0666BB) is known color: Denim. HEX triplet: 06, 66 and BB. RGB value is (6,102,187). Sum of RGB (Red+Green+Blue) = 6+102+187=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #0666BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666BB is #F99944. Grayscale: #525252. Windows color (decimal): -16357701 or 12281350. OLE color: 12281350.
HSL color Cylindrical-coordinate representation of color #0666BB: hue angle of 208.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666BB is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 102 | 187 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.27 |
| HSL | 208.18º | 0.94% | 0.38% | - |
| HSV(B) | 208.18º | 0.97% | 0.73% | - |
| XYZ | 13.8 | 13.13 | 48.82 | - |
| YUV | 82.99 | 186.7 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 187 | 0.97 | 0.45 | 0 | 0.27 | 208.18 | 0.94 | 0.38 |
| Hex | 6 | 66 | BB | 61 | 2D | 0 | 1B | D0 | 5E | 26 |
| Octal | 6 | 146 | 273 | 141 | 55 | 0 | 33 | 320 | 136 | 46 |
| Binary | 110 | 1100110 | 10111011 | 1100001 | 101101 | 0 | 11011 | 11010000 | 1011110 | 100110 |
Color Harmonies of #0666BB
Complementary color
Monochromatic Colors of #0666BB
Black with #0666BB
Text Example
Text Example
White with #0666BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666BB; }
p { color: rgb(6,102,187); }
H1.HeaderClassName
{
color: #0666BB;
}
.AnyTagClassName
{
color: #0666BB;
}
</style>
background-color css
<style>
a { background-color: #0666BB; }
a { background-color: rgb(6,102,187); }
div.DivClassName
{
background-color: #0666BB;
}
.BgClassName
{
background-color: #0666BB;
}
</style>
border-color css
<style>
span { border-color: #0666BB; }
span { border-color: rgb(6,102,187); }
td.TdClassName
{
border-color: #0666BB;
}
.TagClassName
{
border-color: #0666BB;
}
</style>