Shades of Tangaroa #06283D
Tints of Tangaroa #06283D
RGB
CMYK
RGB Variations
Color information
#06283D (or 0x06283D) is known color: Tangaroa. HEX triplet: 06, 28 and 3D. RGB value is (6,40,61). Sum of RGB (Red+Green+Blue) = 6+40+61=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #06283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283D is #F9D7C2. Grayscale: #202020. Windows color (decimal): -16373699 or 4007942. OLE color: 4007942.
HSL color Cylindrical-coordinate representation of color #06283D: hue angle of 202.91º 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 #06283D is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 40 | 61 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.76 |
| HSL | 202.91º | 0.82% | 0.13% | - |
| HSV(B) | 202.91º | 0.9% | 0.24% | - |
| XYZ | 1.68 | 1.89 | 4.69 | - |
| YUV | 32.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 61 | 0.90 | 0.34 | 0 | 0.76 | 202.91 | 0.82 | 0.13 |
| Hex | 6 | 28 | 3D | 5A | 22 | 0 | 4C | CB | 52 | D |
| Octal | 6 | 50 | 75 | 132 | 42 | 0 | 114 | 313 | 122 | 15 |
| Binary | 110 | 101000 | 111101 | 1011010 | 100010 | 0 | 1001100 | 11001011 | 1010010 | 1101 |
Color Harmonies of #06283D
Complementary color
Monochromatic Colors of #06283D
Black with #06283D
Text Example
Text Example
White with #06283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06283D; }
p { color: rgb(6,40,61); }
H1.HeaderClassName
{
color: #06283D;
}
.AnyTagClassName
{
color: #06283D;
}
</style>
background-color css
<style>
a { background-color: #06283D; }
a { background-color: rgb(6,40,61); }
div.DivClassName
{
background-color: #06283D;
}
.BgClassName
{
background-color: #06283D;
}
</style>
border-color css
<style>
span { border-color: #06283D; }
span { border-color: rgb(6,40,61); }
td.TdClassName
{
border-color: #06283D;
}
.TagClassName
{
border-color: #06283D;
}
</style>