#062341

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

Shades of Tangaroa #062341

Tints of Tangaroa #062341

Color information

#062341 (or 0x062341) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 41. RGB value is (6,35,65). Sum of RGB (Red+Green+Blue) = 6+35+65=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #062341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062341 is #F9DCBE. Grayscale: #1D1D1D. Windows color (decimal): -16374975 or 4268806. OLE color: 4268806.

HSL color Cylindrical-coordinate representation of color #062341: hue angle of 210.51º 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 #062341 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB63565-
CMYK0.910.4600.75
HSL210.51º83.1%13.92%-
HSV(B)210.51º90.77%25.49%-
XYZ1.631.625.23-
YUV29.75147.89111.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=5.66%
G=33.02%
B=61.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal635650.910.4600.75210.5183.113.92
Hex623415B2E04Bd353e
Octal64310113356011332312316
Binary11010001110000011011011101110010010111101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062341; }

 p { color: rgb(6,35,65); }

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

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

 a { background-color: rgb(6,35,65); }

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

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

 span { border-color: rgb(6,35,65); }

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