#061E3D

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

Shades of Tangaroa #061E3D

Tints of Tangaroa #061E3D

Color information

#061E3D (or 0x061E3D) is unknown color: approx Tangaroa. HEX triplet: 06, 1E and 3D. RGB value is (6,30,61). Sum of RGB (Red+Green+Blue) = 6+30+61=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #061E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E3D is #F9E1C2. Grayscale: #1A1A1A. Windows color (decimal): -16376259 or 4005382. OLE color: 4005382.

HSL color Cylindrical-coordinate representation of color #061E3D: hue angle of 213.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061E3D is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB63061-
CMYK0.900.5100.76
HSL213.82º82.09%13.14%-
HSV(B)213.82º90.16%23.92%-
XYZ1.381.34.59-
YUV26.36147.55113.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=6.19%
G=30.93%
B=62.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal630610.900.5100.76213.8282.0913.14
Hex61E3D5A3304Cd652d
Octal6367513263011432612215
Binary110111101111011011010110011010011001101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E3D; }

 p { color: rgb(6,30,61); }

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

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

 a { background-color: rgb(6,30,61); }

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

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

 span { border-color: rgb(6,30,61); }

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