#062546

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

Shades of Tangaroa #062546

Tints of Tangaroa #062546

Color information

#062546 (or 0x062546) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 46. RGB value is (6,37,70). Sum of RGB (Red+Green+Blue) = 6+37+70=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #062546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062546 is #F9DAB9. Grayscale: #1F1F1F. Windows color (decimal): -16374458 or 4596998. OLE color: 4596998.

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

Color convert

RGB63770-
CMYK0.910.4700.73
HSL210.94º84.21%14.9%-
HSV(B)210.94º91.43%27.45%-
XYZ1.841.86.05-
YUV31.49149.73109.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 70 (27.73% from 255) = 61.95%
R=5.31%
G=32.74%
B=61.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal637700.910.4700.73210.9484.2114.9
Hex625465B2F049d354f
Octal64510613357011132312417
Binary11010010110001101011011101111010010011101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062546; }

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

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

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

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

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

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

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

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