#06293C

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

Shades of Tangaroa #06293C

Tints of Tangaroa #06293C

Color information

#06293C (or 0x06293C) is unknown color: approx Tangaroa. HEX triplet: 06, 29 and 3C. RGB value is (6,41,60). Sum of RGB (Red+Green+Blue) = 6+41+60=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #06293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06293C is #F9D6C3. Grayscale: #202020. Windows color (decimal): -16373444 or 3942662. OLE color: 3942662.

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

Color convert

RGB64160-
CMYK0.900.3200.76
HSL201.11º81.82%12.94%-
HSV(B)201.11º90%23.53%-
XYZ1.681.954.56-
YUV32.7143.4108.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=5.61%
G=38.32%
B=56.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal641600.900.3200.76201.1181.8212.94
Hex6293C5A2004Cc952d
Octal6517413240011431112215
Binary1101010011111001011010100000010011001100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06293C; }

 p { color: rgb(6,41,60); }

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

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

 a { background-color: rgb(6,41,60); }

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

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

 span { border-color: rgb(6,41,60); }

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