Shades of Tangaroa #06284A
Tints of Tangaroa #06284A
RGB
CMYK
RGB Variations
Color information
#06284A (or 0x06284A) is known color: Tangaroa. HEX triplet: 06, 28 and 4A. RGB value is (6,40,74). Sum of RGB (Red+Green+Blue) = 6+40+74=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #06284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06284A is #F9D7B5. Grayscale: #212121. Windows color (decimal): -16373686 or 4859910. OLE color: 4859910.
HSL color Cylindrical-coordinate representation of color #06284A: hue angle of 210º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06284A is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 40 | 74 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.71 |
| HSL | 210º | 0.85% | 0.16% | - |
| HSV(B) | 210º | 0.92% | 0.29% | - |
| XYZ | 2.07 | 2.05 | 6.77 | - |
| YUV | 33.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 74 | 0.92 | 0.46 | 0 | 0.71 | 210 | 0.85 | 0.16 |
| Hex | 6 | 28 | 4A | 5C | 2E | 0 | 47 | D2 | 55 | 10 |
| Octal | 6 | 50 | 112 | 134 | 56 | 0 | 107 | 322 | 125 | 20 |
| Binary | 110 | 101000 | 1001010 | 1011100 | 101110 | 0 | 1000111 | 11010010 | 1010101 | 10000 |
Color Harmonies of #06284A
Complementary color
Monochromatic Colors of #06284A
Black with #06284A
Text Example
Text Example
White with #06284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06284A; }
p { color: rgb(6,40,74); }
H1.HeaderClassName
{
color: #06284A;
}
.AnyTagClassName
{
color: #06284A;
}
</style>
background-color css
<style>
a { background-color: #06284A; }
a { background-color: rgb(6,40,74); }
div.DivClassName
{
background-color: #06284A;
}
.BgClassName
{
background-color: #06284A;
}
</style>
border-color css
<style>
span { border-color: #06284A; }
span { border-color: rgb(6,40,74); }
td.TdClassName
{
border-color: #06284A;
}
.TagClassName
{
border-color: #06284A;
}
</style>