Shades of Denim #0660AE
Tints of Denim #0660AE
RGB
CMYK
RGB Variations
Color information
#0660AE (or 0x0660AE) is known color: Denim. HEX triplet: 06, 60 and AE. RGB value is (6,96,174). Sum of RGB (Red+Green+Blue) = 6+96+174=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #0660AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0660AE is #F99F51. Grayscale: #4D4D4D. Windows color (decimal): -16359250 or 11427846. OLE color: 11427846.
HSL color Cylindrical-coordinate representation of color #0660AE: hue angle of 207.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660AE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 96 | 174 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.32 |
| HSL | 207.86º | 0.93% | 0.35% | - |
| HSV(B) | 207.86º | 0.97% | 0.68% | - |
| XYZ | 11.9 | 11.46 | 41.63 | - |
| YUV | 77.98 | 182.18 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 174 | 0.97 | 0.45 | 0 | 0.32 | 207.86 | 0.93 | 0.35 |
| Hex | 6 | 60 | AE | 61 | 2D | 0 | 20 | D0 | 5D | 23 |
| Octal | 6 | 140 | 256 | 141 | 55 | 0 | 40 | 320 | 135 | 43 |
| Binary | 110 | 1100000 | 10101110 | 1100001 | 101101 | 0 | 100000 | 11010000 | 1011101 | 100011 |
Color Harmonies of #0660AE
Complementary color
Monochromatic Colors of #0660AE
Black with #0660AE
Text Example
Text Example
White with #0660AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660AE; }
p { color: rgb(6,96,174); }
H1.HeaderClassName
{
color: #0660AE;
}
.AnyTagClassName
{
color: #0660AE;
}
</style>
background-color css
<style>
a { background-color: #0660AE; }
a { background-color: rgb(6,96,174); }
div.DivClassName
{
background-color: #0660AE;
}
.BgClassName
{
background-color: #0660AE;
}
</style>
border-color css
<style>
span { border-color: #0660AE; }
span { border-color: rgb(6,96,174); }
td.TdClassName
{
border-color: #0660AE;
}
.TagClassName
{
border-color: #0660AE;
}
</style>