#062240

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

Shades of Tangaroa #062240

Tints of Tangaroa #062240

Color information

#062240 (or 0x062240) is unknown color: approx Tangaroa. HEX triplet: 06, 22 and 40. RGB value is (6,34,64). Sum of RGB (Red+Green+Blue) = 6+34+64=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #062240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062240 is #F9DDBF. Grayscale: #1C1C1C. Windows color (decimal): -16375232 or 4203014. OLE color: 4203014.

HSL color Cylindrical-coordinate representation of color #062240: hue angle of 211.03º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062240 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB63464-
CMYK0.910.4700.75
HSL211.03º82.86%13.73%-
HSV(B)211.03º90.62%25.1%-
XYZ1.571.555.07-
YUV29.05147.72111.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=5.77%
G=32.69%
B=61.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal634640.910.4700.75211.0382.8613.73
Hex622405B2F04Bd353e
Octal64210013357011332312316
Binary11010001010000001011011101111010010111101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062240; }

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

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

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

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

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

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

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

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