Shades of Denim #084EC6
Tints of Denim #084EC6
RGB
CMYK
RGB Variations
Color information
#084EC6 (or 0x084EC6) is known color: Denim. HEX triplet: 08, 4E and C6. RGB value is (8,78,198). Sum of RGB (Red+Green+Blue) = 8+78+198=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 198 (77.73% from 255 or 69.72% from 284); Max value from RGB is 198 - color contains mainly: blue. Hex color #084EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EC6 is #F7B139. Grayscale: #464646. Windows color (decimal): -16232762 or 12996104. OLE color: 12996104.
HSL color Cylindrical-coordinate representation of color #084EC6: hue angle of 217.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EC6 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 78 | 198 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.22 |
| HSL | 217.89º | 0.92% | 0.4% | - |
| HSV(B) | 217.89º | 0.96% | 0.78% | - |
| XYZ | 13.02 | 9.58 | 54.59 | - |
| YUV | 70.75 | 199.81 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 198 | 0.96 | 0.61 | 0 | 0.22 | 217.89 | 0.92 | 0.4 |
| Hex | 8 | 4E | C6 | 60 | 3D | 0 | 16 | DA | 5C | 28 |
| Octal | 10 | 116 | 306 | 140 | 75 | 0 | 26 | 332 | 134 | 50 |
| Binary | 1000 | 1001110 | 11000110 | 1100000 | 111101 | 0 | 10110 | 11011010 | 1011100 | 101000 |
Color Harmonies of #084EC6
Complementary color
Monochromatic Colors of #084EC6
Black with #084EC6
Text Example
Text Example
White with #084EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EC6; }
p { color: rgb(8,78,198); }
H1.HeaderClassName
{
color: #084EC6;
}
.AnyTagClassName
{
color: #084EC6;
}
</style>
background-color css
<style>
a { background-color: #084EC6; }
a { background-color: rgb(8,78,198); }
div.DivClassName
{
background-color: #084EC6;
}
.BgClassName
{
background-color: #084EC6;
}
</style>
border-color css
<style>
span { border-color: #084EC6; }
span { border-color: rgb(8,78,198); }
td.TdClassName
{
border-color: #084EC6;
}
.TagClassName
{
border-color: #084EC6;
}
</style>