Shades of Tangaroa #06223D
Tints of Tangaroa #06223D
RGB
CMYK
RGB Variations
Color information
#06223D (or 0x06223D) is known color: Tangaroa. HEX triplet: 06, 22 and 3D. RGB value is (6,34,61). Sum of RGB (Red+Green+Blue) = 6+34+61=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #06223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06223D is #F9DDC2. Grayscale: #1C1C1C. Windows color (decimal): -16375235 or 4006406. OLE color: 4006406.
HSL color Cylindrical-coordinate representation of color #06223D: hue angle of 209.45º 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 #06223D is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 34 | 61 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.76 |
| HSL | 209.45º | 0.82% | 0.13% | - |
| HSV(B) | 209.45º | 0.9% | 0.24% | - |
| XYZ | 1.49 | 1.52 | 4.63 | - |
| YUV | 28.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 61 | 0.90 | 0.44 | 0 | 0.76 | 209.45 | 0.82 | 0.13 |
| Hex | 6 | 22 | 3D | 5A | 2C | 0 | 4C | D1 | 52 | D |
| Octal | 6 | 42 | 75 | 132 | 54 | 0 | 114 | 321 | 122 | 15 |
| Binary | 110 | 100010 | 111101 | 1011010 | 101100 | 0 | 1001100 | 11010001 | 1010010 | 1101 |
Color Harmonies of #06223D
Complementary color
Monochromatic Colors of #06223D
Black with #06223D
Text Example
Text Example
White with #06223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06223D; }
p { color: rgb(6,34,61); }
H1.HeaderClassName
{
color: #06223D;
}
.AnyTagClassName
{
color: #06223D;
}
</style>
background-color css
<style>
a { background-color: #06223D; }
a { background-color: rgb(6,34,61); }
div.DivClassName
{
background-color: #06223D;
}
.BgClassName
{
background-color: #06223D;
}
</style>
border-color css
<style>
span { border-color: #06223D; }
span { border-color: rgb(6,34,61); }
td.TdClassName
{
border-color: #06223D;
}
.TagClassName
{
border-color: #06223D;
}
</style>