#062046

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

Shades of Tangaroa #062046

Tints of Tangaroa #062046

Color information

#062046 (or 0x062046) is unknown color: approx Tangaroa. HEX triplet: 06, 20 and 46. RGB value is (6,32,70). Sum of RGB (Red+Green+Blue) = 6+32+70=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #062046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062046 is #F9DFB9. Grayscale: #1C1C1C. Windows color (decimal): -16375738 or 4595718. OLE color: 4595718.

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

Color convert

RGB63270-
CMYK0.910.5400.73
HSL215.62º84.21%14.9%-
HSV(B)215.62º91.43%27.45%-
XYZ1.71.516-
YUV28.56151.39111.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=5.56%
G=29.63%
B=64.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal632700.910.5400.73215.6284.2114.9
Hex620465B36049d854f
Octal64010613366011133012417
Binary11010000010001101011011110110010010011101100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062046; }

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

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

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

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

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

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

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

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