Shades of Denim #0661BC
Tints of Denim #0661BC
RGB
CMYK
RGB Variations
Color information
#0661BC (or 0x0661BC) is known color: Denim. HEX triplet: 06, 61 and BC. RGB value is (6,97,188). Sum of RGB (Red+Green+Blue) = 6+97+188=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #0661BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661BC is #F99E43. Grayscale: #4F4F4F. Windows color (decimal): -16358980 or 12345606. OLE color: 12345606.
HSL color Cylindrical-coordinate representation of color #0661BC: hue angle of 210º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0661BC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 97 | 188 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.26 |
| HSL | 210º | 0.94% | 0.38% | - |
| HSV(B) | 210º | 0.97% | 0.74% | - |
| XYZ | 13.43 | 12.22 | 49.23 | - |
| YUV | 80.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 188 | 0.97 | 0.48 | 0 | 0.26 | 210 | 0.94 | 0.38 |
| Hex | 6 | 61 | BC | 61 | 30 | 0 | 1A | D2 | 5E | 26 |
| Octal | 6 | 141 | 274 | 141 | 60 | 0 | 32 | 322 | 136 | 46 |
| Binary | 110 | 1100001 | 10111100 | 1100001 | 110000 | 0 | 11010 | 11010010 | 1011110 | 100110 |
Color Harmonies of #0661BC
Complementary color
Monochromatic Colors of #0661BC
Black with #0661BC
Text Example
Text Example
White with #0661BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0661BC; }
p { color: rgb(6,97,188); }
H1.HeaderClassName
{
color: #0661BC;
}
.AnyTagClassName
{
color: #0661BC;
}
</style>
background-color css
<style>
a { background-color: #0661BC; }
a { background-color: rgb(6,97,188); }
div.DivClassName
{
background-color: #0661BC;
}
.BgClassName
{
background-color: #0661BC;
}
</style>
border-color css
<style>
span { border-color: #0661BC; }
span { border-color: rgb(6,97,188); }
td.TdClassName
{
border-color: #0661BC;
}
.TagClassName
{
border-color: #0661BC;
}
</style>