Shades of Black Bean #060E06
Tints of Black Bean #060E06
RGB
CMYK
RGB Variations
Color information
#060E06 (or 0x060E06) is known color: Black Bean. HEX triplet: 06, 0E and 06. RGB value is (6,14,6). Sum of RGB (Red+Green+Blue) = 6+14+6=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #060E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E06 is #F9F1F9. Grayscale: #0A0A0A. Windows color (decimal): -16380410 or 396806. OLE color: 396806.
HSL color Cylindrical-coordinate representation of color #060E06: hue angle of 120º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #060E06 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 14 | 6 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.95 |
| HSL | 120º | 0.4% | 0.04% | - |
| HSV(B) | 120º | 0.57% | 0.05% | - |
| XYZ | 0.27 | 0.37 | 0.23 | - |
| YUV | 10.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 6 | 0.57 | 0 | 0.57 | 0.95 | 120 | 0.4 | 0.04 |
| Hex | 6 | E | 6 | 39 | 0 | 39 | 5F | 78 | 28 | 4 |
| Octal | 6 | 16 | 6 | 71 | 0 | 71 | 137 | 170 | 50 | 4 |
| Binary | 110 | 1110 | 110 | 111001 | 0 | 111001 | 1011111 | 1111000 | 101000 | 100 |
Color Harmonies of #060E06
Complementary color
Monochromatic Colors of #060E06
Black with #060E06
Text Example
Text Example
White with #060E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E06; }
p { color: rgb(6,14,6); }
H1.HeaderClassName
{
color: #060E06;
}
.AnyTagClassName
{
color: #060E06;
}
</style>
background-color css
<style>
a { background-color: #060E06; }
a { background-color: rgb(6,14,6); }
div.DivClassName
{
background-color: #060E06;
}
.BgClassName
{
background-color: #060E06;
}
</style>
border-color css
<style>
span { border-color: #060E06; }
span { border-color: rgb(6,14,6); }
td.TdClassName
{
border-color: #060E06;
}
.TagClassName
{
border-color: #060E06;
}
</style>