Shades of Denim #0960A6
Tints of Denim #0960A6
RGB
CMYK
RGB Variations
Color information
#0960A6 (or 0x0960A6) is known color: Denim. HEX triplet: 09, 60 and A6. RGB value is (9,96,166). Sum of RGB (Red+Green+Blue) = 9+96+166=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #0960A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0960A6 is #F69F59. Grayscale: #4D4D4D. Windows color (decimal): -16162650 or 10903561. OLE color: 10903561.
HSL color Cylindrical-coordinate representation of color #0960A6: hue angle of 206.75º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0960A6 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 96 | 166 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.35 |
| HSL | 206.75º | 0.9% | 0.34% | - |
| HSV(B) | 206.75º | 0.95% | 0.65% | - |
| XYZ | 11.18 | 11.18 | 37.64 | - |
| YUV | 77.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 166 | 0.95 | 0.42 | 0 | 0.35 | 206.75 | 0.9 | 0.34 |
| Hex | 9 | 60 | A6 | 5F | 2A | 0 | 23 | CF | 5A | 22 |
| Octal | 11 | 140 | 246 | 137 | 52 | 0 | 43 | 317 | 132 | 42 |
| Binary | 1001 | 1100000 | 10100110 | 1011111 | 101010 | 0 | 100011 | 11001111 | 1011010 | 100010 |
Color Harmonies of #0960A6
Complementary color
Monochromatic Colors of #0960A6
Black with #0960A6
Text Example
Text Example
White with #0960A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960A6; }
p { color: rgb(9,96,166); }
H1.HeaderClassName
{
color: #0960A6;
}
.AnyTagClassName
{
color: #0960A6;
}
</style>
background-color css
<style>
a { background-color: #0960A6; }
a { background-color: rgb(9,96,166); }
div.DivClassName
{
background-color: #0960A6;
}
.BgClassName
{
background-color: #0960A6;
}
</style>
border-color css
<style>
span { border-color: #0960A6; }
span { border-color: rgb(9,96,166); }
td.TdClassName
{
border-color: #0960A6;
}
.TagClassName
{
border-color: #0960A6;
}
</style>