Shades of Tangaroa #06283F
Tints of Tangaroa #06283F
RGB
CMYK
RGB Variations
Color information
#06283F (or 0x06283F) is known color: Tangaroa. HEX triplet: 06, 28 and 3F. RGB value is (6,40,63). Sum of RGB (Red+Green+Blue) = 6+40+63=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #06283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283F is #F9D7C0. Grayscale: #202020. Windows color (decimal): -16373697 or 4139014. OLE color: 4139014.
HSL color Cylindrical-coordinate representation of color #06283F: hue angle of 204.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06283F is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 40 | 63 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.75 |
| HSL | 204.21º | 0.83% | 0.14% | - |
| HSV(B) | 204.21º | 0.9% | 0.25% | - |
| XYZ | 1.73 | 1.92 | 4.98 | - |
| YUV | 32.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 63 | 0.90 | 0.37 | 0 | 0.75 | 204.21 | 0.83 | 0.14 |
| Hex | 6 | 28 | 3F | 5A | 25 | 0 | 4B | CC | 53 | E |
| Octal | 6 | 50 | 77 | 132 | 45 | 0 | 113 | 314 | 123 | 16 |
| Binary | 110 | 101000 | 111111 | 1011010 | 100101 | 0 | 1001011 | 11001100 | 1010011 | 1110 |
Color Harmonies of #06283F
Complementary color
Monochromatic Colors of #06283F
Black with #06283F
Text Example
Text Example
White with #06283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06283F; }
p { color: rgb(6,40,63); }
H1.HeaderClassName
{
color: #06283F;
}
.AnyTagClassName
{
color: #06283F;
}
</style>
background-color css
<style>
a { background-color: #06283F; }
a { background-color: rgb(6,40,63); }
div.DivClassName
{
background-color: #06283F;
}
.BgClassName
{
background-color: #06283F;
}
</style>
border-color css
<style>
span { border-color: #06283F; }
span { border-color: rgb(6,40,63); }
td.TdClassName
{
border-color: #06283F;
}
.TagClassName
{
border-color: #06283F;
}
</style>