#06223D

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

Shades of Tangaroa #06223D

Tints of Tangaroa #06223D

Color information

#06223D (or 0x06223D) is unknown color: approx Tangaroa. HEX triplet: 06, 22 and 3D. RGB value is (6,34,61). Sum of RGB (Red+Green+Blue) = 6+34+61=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #06223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06223D is #F9DDC2. Grayscale: #1C1C1C. Windows color (decimal): -16375235 or 4006406. OLE color: 4006406.

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

Color convert

RGB63461-
CMYK0.900.4400.76
HSL209.45º82.09%13.14%-
HSV(B)209.45º90.16%23.92%-
XYZ1.491.524.63-
YUV28.71146.22111.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 61 (24.22% from 255) = 60.40%
R=5.94%
G=33.66%
B=60.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal634610.900.4400.76209.4582.0913.14
Hex6223D5A2C04Cd152d
Octal6427513254011432112215
Binary1101000101111011011010101100010011001101000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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