#06213D

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

Shades of Tangaroa #06213D

Tints of Tangaroa #06213D

Color information

#06213D (or 0x06213D) is unknown color: approx Tangaroa. HEX triplet: 06, 21 and 3D. RGB value is (6,33,61). Sum of RGB (Red+Green+Blue) = 6+33+61=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #06213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06213D is #F9DEC2. Grayscale: #1B1B1B. Windows color (decimal): -16375491 or 4006150. OLE color: 4006150.

HSL color Cylindrical-coordinate representation of color #06213D: hue angle of 210.55º 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 #06213D is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB63361-
CMYK0.900.4600.76
HSL210.55º82.09%13.14%-
HSV(B)210.55º90.16%23.92%-
XYZ1.461.464.62-
YUV28.12146.55112.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 61 (24.22% from 255) = 61%
R=6%
G=33%
B=61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal633610.900.4600.76210.5582.0913.14
Hex6213D5A2E04Cd352d
Octal6417513256011432312215
Binary1101000011111011011010101110010011001101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06213D; }

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

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

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

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

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

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

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

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