#06293d

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

Shades of Tangaroa #06293D

Tints of Tangaroa #06293D

Color information

#06293D (or 0x06293D) is unknown color: approx Tangaroa. HEX triplet: 06, 29 and 3D. RGB value is (6,41,61). Sum of RGB (Red+Green+Blue) = 6+41+61=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #06293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06293D is #F9D6C2. Grayscale: #202020. Windows color (decimal): -16373443 or 4008198. OLE color: 4008198.

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

Color convert

RGB64161-
CMYK0.900.3300.76
HSL201.82º82.09%13.14%-
HSV(B)201.82º90.16%23.92%-
XYZ1.711.964.7-
YUV32.82143.9108.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 61 (24.22% from 255) = 56.48%
R=5.56%
G=37.96%
B=56.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal641610.900.3300.76201.8282.0913.14
Hex6293D5A2104Cca52d
Octal6517513241011431212215
Binary1101010011111011011010100001010011001100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06293d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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