#062246

Color #062246 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #062246

Tints of Tangaroa #062246

Color information

#062246 (or 0x062246) is unknown color: approx Tangaroa. HEX triplet: 06, 22 and 46. RGB value is (6,34,70). Sum of RGB (Red+Green+Blue) = 6+34+70=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #062246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062246 is #F9DDB9. Grayscale: #1D1D1D. Windows color (decimal): -16375226 or 4596230. OLE color: 4596230.

HSL color Cylindrical-coordinate representation of color #062246: hue angle of 213.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062246 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63470-
CMYK0.910.5100.73
HSL213.75º84.21%14.9%-
HSV(B)213.75º91.43%27.45%-
XYZ1.751.626.02-
YUV29.73150.72111.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=5.45%
G=30.91%
B=63.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal634700.910.5100.73213.7584.2114.9
Hex622465B33049d654f
Octal64210613363011132612417
Binary11010001010001101011011110011010010011101011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062246; }

 p { color: rgb(6,34,70); }

 H1.HeaderClassName
 {
   color: #062246;
 }
 .AnyTagClassName
 {
   color: #062246;
 }
</style>
background-color css

<style>
 a { background-color: #062246; }

 a { background-color: rgb(6,34,70); }

 div.DivClassName
 {
   background-color: #062246;
 }
 .BgClassName
 {
   background-color: #062246;
 }
</style>
border-color css

<style>
 span { border-color: #062246; }

 span { border-color: rgb(6,34,70); }

 td.TdClassName
 {
   border-color: #062246;
 }
 .TagClassName
 {
   border-color: #062246;
 }
</style>