Shades of Denim #066AB5
Tints of Denim #066AB5
RGB
CMYK
RGB Variations
Color information
#066AB5 (or 0x066AB5) is known color: Denim. HEX triplet: 06, 6A and B5. RGB value is (6,106,181). Sum of RGB (Red+Green+Blue) = 6+106+181=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #066AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066AB5 is #F9954A. Grayscale: #545454. Windows color (decimal): -16356683 or 11889158. OLE color: 11889158.
HSL color Cylindrical-coordinate representation of color #066AB5: hue angle of 205.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066AB5 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 106 | 181 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.29 |
| HSL | 205.71º | 0.94% | 0.37% | - |
| HSV(B) | 205.71º | 0.97% | 0.71% | - |
| XYZ | 13.57 | 13.68 | 45.64 | - |
| YUV | 84.65 | 182.37 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 181 | 0.97 | 0.41 | 0 | 0.29 | 205.71 | 0.94 | 0.37 |
| Hex | 6 | 6A | B5 | 61 | 29 | 0 | 1D | CE | 5E | 25 |
| Octal | 6 | 152 | 265 | 141 | 51 | 0 | 35 | 316 | 136 | 45 |
| Binary | 110 | 1101010 | 10110101 | 1100001 | 101001 | 0 | 11101 | 11001110 | 1011110 | 100101 |
Color Harmonies of #066AB5
Complementary color
Monochromatic Colors of #066AB5
Black with #066AB5
Text Example
Text Example
White with #066AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066AB5; }
p { color: rgb(6,106,181); }
H1.HeaderClassName
{
color: #066AB5;
}
.AnyTagClassName
{
color: #066AB5;
}
</style>
background-color css
<style>
a { background-color: #066AB5; }
a { background-color: rgb(6,106,181); }
div.DivClassName
{
background-color: #066AB5;
}
.BgClassName
{
background-color: #066AB5;
}
</style>
border-color css
<style>
span { border-color: #066AB5; }
span { border-color: rgb(6,106,181); }
td.TdClassName
{
border-color: #066AB5;
}
.TagClassName
{
border-color: #066AB5;
}
</style>