Shades of Denim #0665AB
Tints of Denim #0665AB
RGB
CMYK
RGB Variations
Color information
#0665AB (or 0x0665AB) is known color: Denim. HEX triplet: 06, 65 and AB. RGB value is (6,101,171). Sum of RGB (Red+Green+Blue) = 6+101+171=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #0665AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0665AB is #F99A54. Grayscale: #505050. Windows color (decimal): -16357973 or 11232518. OLE color: 11232518.
HSL color Cylindrical-coordinate representation of color #0665AB: hue angle of 205.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0665AB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 101 | 171 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.33 |
| HSL | 205.45º | 0.93% | 0.35% | - |
| HSV(B) | 205.45º | 0.96% | 0.67% | - |
| XYZ | 12.08 | 12.29 | 40.26 | - |
| YUV | 80.58 | 179.03 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 171 | 0.96 | 0.41 | 0 | 0.33 | 205.45 | 0.93 | 0.35 |
| Hex | 6 | 65 | AB | 60 | 29 | 0 | 21 | CD | 5D | 23 |
| Octal | 6 | 145 | 253 | 140 | 51 | 0 | 41 | 315 | 135 | 43 |
| Binary | 110 | 1100101 | 10101011 | 1100000 | 101001 | 0 | 100001 | 11001101 | 1011101 | 100011 |
Color Harmonies of #0665AB
Complementary color
Monochromatic Colors of #0665AB
Black with #0665AB
Text Example
Text Example
White with #0665AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665AB; }
p { color: rgb(6,101,171); }
H1.HeaderClassName
{
color: #0665AB;
}
.AnyTagClassName
{
color: #0665AB;
}
</style>
background-color css
<style>
a { background-color: #0665AB; }
a { background-color: rgb(6,101,171); }
div.DivClassName
{
background-color: #0665AB;
}
.BgClassName
{
background-color: #0665AB;
}
</style>
border-color css
<style>
span { border-color: #0665AB; }
span { border-color: rgb(6,101,171); }
td.TdClassName
{
border-color: #0665AB;
}
.TagClassName
{
border-color: #0665AB;
}
</style>