Shades of Denim #0661BA
Tints of Denim #0661BA
RGB
CMYK
RGB Variations
Color information
#0661BA (or 0x0661BA) is known color: Denim. HEX triplet: 06, 61 and BA. RGB value is (6,97,186). Sum of RGB (Red+Green+Blue) = 6+97+186=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0661BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661BA is #F99E45. Grayscale: #4F4F4F. Windows color (decimal): -16358982 or 12214534. OLE color: 12214534.
HSL color Cylindrical-coordinate representation of color #0661BA: hue angle of 209.67º 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 #0661BA is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 97 | 186 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.27 |
| HSL | 209.67º | 0.94% | 0.38% | - |
| HSV(B) | 209.67º | 0.97% | 0.73% | - |
| XYZ | 13.21 | 12.13 | 48.1 | - |
| YUV | 79.94 | 187.85 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 186 | 0.97 | 0.48 | 0 | 0.27 | 209.67 | 0.94 | 0.38 |
| Hex | 6 | 61 | BA | 61 | 30 | 0 | 1B | D2 | 5E | 26 |
| Octal | 6 | 141 | 272 | 141 | 60 | 0 | 33 | 322 | 136 | 46 |
| Binary | 110 | 1100001 | 10111010 | 1100001 | 110000 | 0 | 11011 | 11010010 | 1011110 | 100110 |
Color Harmonies of #0661BA
Complementary color
Monochromatic Colors of #0661BA
Black with #0661BA
Text Example
Text Example
White with #0661BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0661BA; }
p { color: rgb(6,97,186); }
H1.HeaderClassName
{
color: #0661BA;
}
.AnyTagClassName
{
color: #0661BA;
}
</style>
background-color css
<style>
a { background-color: #0661BA; }
a { background-color: rgb(6,97,186); }
div.DivClassName
{
background-color: #0661BA;
}
.BgClassName
{
background-color: #0661BA;
}
</style>
border-color css
<style>
span { border-color: #0661BA; }
span { border-color: rgb(6,97,186); }
td.TdClassName
{
border-color: #0661BA;
}
.TagClassName
{
border-color: #0661BA;
}
</style>