#062446

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

Shades of Tangaroa #062446

Tints of Tangaroa #062446

Color information

#062446 (or 0x062446) is unknown color: approx Tangaroa. HEX triplet: 06, 24 and 46. RGB value is (6,36,70). Sum of RGB (Red+Green+Blue) = 6+36+70=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #062446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062446 is #F9DBB9. Grayscale: #1E1E1E. Windows color (decimal): -16374714 or 4596742. OLE color: 4596742.

HSL color Cylindrical-coordinate representation of color #062446: hue angle of 211.88º 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 #062446 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63670-
CMYK0.910.4900.73
HSL211.88º84.21%14.9%-
HSV(B)211.88º91.43%27.45%-
XYZ1.811.746.04-
YUV30.91150.06110.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 70 (27.73% from 255) = 62.5%
R=5.36%
G=32.14%
B=62.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal636700.910.4900.73211.8884.2114.9
Hex624465B31049d454f
Octal64410613361011132412417
Binary11010010010001101011011110001010010011101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062446; }

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

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

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

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

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

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

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

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