#062641

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

Shades of Tangaroa #062641

Tints of Tangaroa #062641

Color information

#062641 (or 0x062641) is unknown color: approx Tangaroa. HEX triplet: 06, 26 and 41. RGB value is (6,38,65). Sum of RGB (Red+Green+Blue) = 6+38+65=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #062641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062641 is #F9D9BE. Grayscale: #1F1F1F. Windows color (decimal): -16374207 or 4269574. OLE color: 4269574.

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

Color convert

RGB63865-
CMYK0.910.4200.75
HSL207.46º83.1%13.92%-
HSV(B)207.46º90.77%25.49%-
XYZ1.721.815.26-
YUV31.51146.9109.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=5.50%
G=34.86%
B=59.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal638650.910.4200.75207.4683.113.92
Hex626415B2A04Bcf53e
Octal64610113352011331712316
Binary11010011010000011011011101010010010111100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062641; }

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

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

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

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

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

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

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

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