Shades of Tangaroa #06283E
Tints of Tangaroa #06283E
RGB
CMYK
RGB Variations
Color information
#06283E (or 0x06283E) is known color: Tangaroa. HEX triplet: 06, 28 and 3E. RGB value is (6,40,62). Sum of RGB (Red+Green+Blue) = 6+40+62=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #06283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283E is #F9D7C1. Grayscale: #202020. Windows color (decimal): -16373698 or 4073478. OLE color: 4073478.
HSL color Cylindrical-coordinate representation of color #06283E: hue angle of 203.57º 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 #06283E is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 40 | 62 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.76 |
| HSL | 203.57º | 0.82% | 0.13% | - |
| HSV(B) | 203.57º | 0.9% | 0.24% | - |
| XYZ | 1.7 | 1.9 | 4.84 | - |
| YUV | 32.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 62 | 0.90 | 0.35 | 0 | 0.76 | 203.57 | 0.82 | 0.13 |
| Hex | 6 | 28 | 3E | 5A | 23 | 0 | 4C | CC | 52 | D |
| Octal | 6 | 50 | 76 | 132 | 43 | 0 | 114 | 314 | 122 | 15 |
| Binary | 110 | 101000 | 111110 | 1011010 | 100011 | 0 | 1001100 | 11001100 | 1010010 | 1101 |
Color Harmonies of #06283E
Complementary color
Monochromatic Colors of #06283E
Black with #06283E
Text Example
Text Example
White with #06283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06283E; }
p { color: rgb(6,40,62); }
H1.HeaderClassName
{
color: #06283E;
}
.AnyTagClassName
{
color: #06283E;
}
</style>
background-color css
<style>
a { background-color: #06283E; }
a { background-color: rgb(6,40,62); }
div.DivClassName
{
background-color: #06283E;
}
.BgClassName
{
background-color: #06283E;
}
</style>
border-color css
<style>
span { border-color: #06283E; }
span { border-color: rgb(6,40,62); }
td.TdClassName
{
border-color: #06283E;
}
.TagClassName
{
border-color: #06283E;
}
</style>