Shades of Tangaroa #06283C
Tints of Tangaroa #06283C
RGB
CMYK
RGB Variations
Color information
#06283C (or 0x06283C) is known color: Tangaroa. HEX triplet: 06, 28 and 3C. RGB value is (6,40,60). Sum of RGB (Red+Green+Blue) = 6+40+60=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #06283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283C is #F9D7C3. Grayscale: #202020. Windows color (decimal): -16373700 or 3942406. OLE color: 3942406.
HSL color Cylindrical-coordinate representation of color #06283C: hue angle of 202.22º 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 #06283C is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 40 | 60 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.76 |
| HSL | 202.22º | 0.82% | 0.13% | - |
| HSV(B) | 202.22º | 0.9% | 0.24% | - |
| XYZ | 1.65 | 1.88 | 4.55 | - |
| YUV | 32.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 60 | 0.90 | 0.33 | 0 | 0.76 | 202.22 | 0.82 | 0.13 |
| Hex | 6 | 28 | 3C | 5A | 21 | 0 | 4C | CA | 52 | D |
| Octal | 6 | 50 | 74 | 132 | 41 | 0 | 114 | 312 | 122 | 15 |
| Binary | 110 | 101000 | 111100 | 1011010 | 100001 | 0 | 1001100 | 11001010 | 1010010 | 1101 |
Color Harmonies of #06283C
Complementary color
Monochromatic Colors of #06283C
Black with #06283C
Text Example
Text Example
White with #06283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06283C; }
p { color: rgb(6,40,60); }
H1.HeaderClassName
{
color: #06283C;
}
.AnyTagClassName
{
color: #06283C;
}
</style>
background-color css
<style>
a { background-color: #06283C; }
a { background-color: rgb(6,40,60); }
div.DivClassName
{
background-color: #06283C;
}
.BgClassName
{
background-color: #06283C;
}
</style>
border-color css
<style>
span { border-color: #06283C; }
span { border-color: rgb(6,40,60); }
td.TdClassName
{
border-color: #06283C;
}
.TagClassName
{
border-color: #06283C;
}
</style>