Shades of Tangaroa #06293C
Tints of Tangaroa #06293C
RGB
CMYK
RGB Variations
Color information
#06293C (or 0x06293C) is known color: Tangaroa. HEX triplet: 06, 29 and 3C. RGB value is (6,41,60). Sum of RGB (Red+Green+Blue) = 6+41+60=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #06293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06293C is #F9D6C3. Grayscale: #202020. Windows color (decimal): -16373444 or 3942662. OLE color: 3942662.
HSL color Cylindrical-coordinate representation of color #06293C: hue angle of 201.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06293C is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 41 | 60 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.76 |
| HSL | 201.11º | 0.82% | 0.13% | - |
| HSV(B) | 201.11º | 0.9% | 0.24% | - |
| XYZ | 1.68 | 1.95 | 4.56 | - |
| YUV | 32.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 60 | 0.90 | 0.32 | 0 | 0.76 | 201.11 | 0.82 | 0.13 |
| Hex | 6 | 29 | 3C | 5A | 20 | 0 | 4C | C9 | 52 | D |
| Octal | 6 | 51 | 74 | 132 | 40 | 0 | 114 | 311 | 122 | 15 |
| Binary | 110 | 101001 | 111100 | 1011010 | 100000 | 0 | 1001100 | 11001001 | 1010010 | 1101 |
Color Harmonies of #06293C
Complementary color
Monochromatic Colors of #06293C
Black with #06293C
Text Example
Text Example
White with #06293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06293C; }
p { color: rgb(6,41,60); }
H1.HeaderClassName
{
color: #06293C;
}
.AnyTagClassName
{
color: #06293C;
}
</style>
background-color css
<style>
a { background-color: #06293C; }
a { background-color: rgb(6,41,60); }
div.DivClassName
{
background-color: #06293C;
}
.BgClassName
{
background-color: #06293C;
}
</style>
border-color css
<style>
span { border-color: #06293C; }
span { border-color: rgb(6,41,60); }
td.TdClassName
{
border-color: #06293C;
}
.TagClassName
{
border-color: #06293C;
}
</style>