Shades of Denim #065DB6
Tints of Denim #065DB6
RGB
CMYK
RGB Variations
Color information
#065DB6 (or 0x065DB6) is known color: Denim. HEX triplet: 06, 5D and B6. RGB value is (6,93,182). Sum of RGB (Red+Green+Blue) = 6+93+182=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #065DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DB6 is #F9A249. Grayscale: #4C4C4C. Windows color (decimal): -16360010 or 11951366. OLE color: 11951366.
HSL color Cylindrical-coordinate representation of color #065DB6: hue angle of 210.34º 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 #065DB6 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 93 | 182 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.29 |
| HSL | 210.34º | 0.94% | 0.37% | - |
| HSV(B) | 210.34º | 0.97% | 0.71% | - |
| XYZ | 12.43 | 11.24 | 45.77 | - |
| YUV | 77.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 182 | 0.97 | 0.49 | 0 | 0.29 | 210.34 | 0.94 | 0.37 |
| Hex | 6 | 5D | B6 | 61 | 31 | 0 | 1D | D2 | 5E | 25 |
| Octal | 6 | 135 | 266 | 141 | 61 | 0 | 35 | 322 | 136 | 45 |
| Binary | 110 | 1011101 | 10110110 | 1100001 | 110001 | 0 | 11101 | 11010010 | 1011110 | 100101 |
Color Harmonies of #065DB6
Complementary color
Monochromatic Colors of #065DB6
Black with #065DB6
Text Example
Text Example
White with #065DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DB6; }
p { color: rgb(6,93,182); }
H1.HeaderClassName
{
color: #065DB6;
}
.AnyTagClassName
{
color: #065DB6;
}
</style>
background-color css
<style>
a { background-color: #065DB6; }
a { background-color: rgb(6,93,182); }
div.DivClassName
{
background-color: #065DB6;
}
.BgClassName
{
background-color: #065DB6;
}
</style>
border-color css
<style>
span { border-color: #065DB6; }
span { border-color: rgb(6,93,182); }
td.TdClassName
{
border-color: #065DB6;
}
.TagClassName
{
border-color: #065DB6;
}
</style>