Shades of Tangaroa #06273A
Tints of Tangaroa #06273A
RGB
CMYK
RGB Variations
Color information
#06273A (or 0x06273A) is known color: Tangaroa. HEX triplet: 06, 27 and 3A. RGB value is (6,39,58). Sum of RGB (Red+Green+Blue) = 6+39+58=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #06273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06273A is #F9D8C5. Grayscale: #1F1F1F. Windows color (decimal): -16373958 or 3811078. OLE color: 3811078.
HSL color Cylindrical-coordinate representation of color #06273A: hue angle of 201.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06273A is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 39 | 58 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.77 |
| HSL | 201.92º | 0.81% | 0.13% | - |
| HSV(B) | 201.92º | 0.9% | 0.23% | - |
| XYZ | 1.56 | 1.8 | 4.27 | - |
| YUV | 31.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 58 | 0.90 | 0.33 | 0 | 0.77 | 201.92 | 0.81 | 0.13 |
| Hex | 6 | 27 | 3A | 5A | 21 | 0 | 4D | CA | 51 | D |
| Octal | 6 | 47 | 72 | 132 | 41 | 0 | 115 | 312 | 121 | 15 |
| Binary | 110 | 100111 | 111010 | 1011010 | 100001 | 0 | 1001101 | 11001010 | 1010001 | 1101 |
Color Harmonies of #06273A
Complementary color
Monochromatic Colors of #06273A
Black with #06273A
Text Example
Text Example
White with #06273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06273A; }
p { color: rgb(6,39,58); }
H1.HeaderClassName
{
color: #06273A;
}
.AnyTagClassName
{
color: #06273A;
}
</style>
background-color css
<style>
a { background-color: #06273A; }
a { background-color: rgb(6,39,58); }
div.DivClassName
{
background-color: #06273A;
}
.BgClassName
{
background-color: #06273A;
}
</style>
border-color css
<style>
span { border-color: #06273A; }
span { border-color: rgb(6,39,58); }
td.TdClassName
{
border-color: #06273A;
}
.TagClassName
{
border-color: #06273A;
}
</style>