#062543

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

Shades of Tangaroa #062543

Tints of Tangaroa #062543

Color information

#062543 (or 0x062543) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 43. RGB value is (6,37,67). Sum of RGB (Red+Green+Blue) = 6+37+67=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #062543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062543 is #F9DABC. Grayscale: #1F1F1F. Windows color (decimal): -16374461 or 4400390. OLE color: 4400390.

HSL color Cylindrical-coordinate representation of color #062543: hue angle of 209.51º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062543 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB63767-
CMYK0.910.4500.74
HSL209.51º83.56%14.31%-
HSV(B)209.51º91.04%26.27%-
XYZ1.751.775.56-
YUV31.15148.23110.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 67 (26.56% from 255) = 60.91%
R=5.45%
G=33.64%
B=60.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal637670.910.4500.74209.5183.5614.31
Hex625435B2D04Ad254e
Octal64510313355011232212416
Binary11010010110000111011011101101010010101101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062543; }

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

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

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

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

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

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

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

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