#062343

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

Shades of Tangaroa #062343

Tints of Tangaroa #062343

Color information

#062343 (or 0x062343) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 43. RGB value is (6,35,67). Sum of RGB (Red+Green+Blue) = 6+35+67=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #062343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062343 is #F9DCBC. Grayscale: #1D1D1D. Windows color (decimal): -16374973 or 4399878. OLE color: 4399878.

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

Color convert

RGB63567-
CMYK0.910.4800.74
HSL211.48º83.56%14.31%-
HSV(B)211.48º91.04%26.27%-
XYZ1.691.655.54-
YUV29.98148.89110.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 67 (26.56% from 255) = 62.04%
R=5.56%
G=32.41%
B=62.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal635670.910.4800.74211.4883.5614.31
Hex623435B3004Ad354e
Octal64310313360011232312416
Binary11010001110000111011011110000010010101101001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062343; }

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

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

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

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

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

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

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

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