Shades of Blackcurrant #060507
Tints of Blackcurrant #060507
RGB
CMYK
RGB Variations
Color information
#060507 (or 0x060507) is known color: Blackcurrant. HEX triplet: 06, 05 and 07. RGB value is (6,5,7). Sum of RGB (Red+Green+Blue) = 6+5+7=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 7 - color contains mainly: blue. Hex color #060507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060507 is #F9FAF8. Grayscale: #050505. Windows color (decimal): -16382713 or 460038. OLE color: 460038.
HSL color Cylindrical-coordinate representation of color #060507: hue angle of 270º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #060507 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 6 | 5 | 7 | - |
CMYK | 0.14 | 0.29 | 0 | 0.97 |
HSL | 270º | 0.17% | 0.02% | - |
HSV(B) | 270º | 0.29% | 0.03% | - |
XYZ | 0.17 | 0.16 | 0.22 | - |
YUV | 5.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 5 | 7 | 0.14 | 0.29 | 0 | 0.97 | 270 | 0.17 | 0.02 |
Hex | 6 | 5 | 7 | E | 1D | 0 | 61 | 10E | 11 | 2 |
Octal | 6 | 5 | 7 | 16 | 35 | 0 | 141 | 416 | 21 | 2 |
Binary | 110 | 101 | 111 | 1110 | 11101 | 0 | 1100001 | 100001110 | 10001 | 10 |
Color Harmonies of #060507
Complementary color
Monochromatic Colors of #060507
Black with #060507
Text Example
Text Example
White with #060507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060507; }
p { color: rgb(6,5,7); }
H1.HeaderClassName
{
color: #060507;
}
.AnyTagClassName
{
color: #060507;
}
</style>
background-color css
<style>
a { background-color: #060507; }
a { background-color: rgb(6,5,7); }
div.DivClassName
{
background-color: #060507;
}
.BgClassName
{
background-color: #060507;
}
</style>
border-color css
<style>
span { border-color: #060507; }
span { border-color: rgb(6,5,7); }
td.TdClassName
{
border-color: #060507;
}
.TagClassName
{
border-color: #060507;
}
</style>