#062844

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

Shades of Tangaroa #062844

Tints of Tangaroa #062844

Color information

#062844 (or 0x062844) is unknown color: approx Tangaroa. HEX triplet: 06, 28 and 44. RGB value is (6,40,68). Sum of RGB (Red+Green+Blue) = 6+40+68=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #062844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062844 is #F9D7BB. Grayscale: #202020. Windows color (decimal): -16373692 or 4466694. OLE color: 4466694.

HSL color Cylindrical-coordinate representation of color #062844: hue angle of 207.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062844 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB64068-
CMYK0.910.4100.73
HSL207.1º83.78%14.51%-
HSV(B)207.1º91.18%26.67%-
XYZ1.881.975.75-
YUV33.03147.74108.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 68 (26.95% from 255) = 59.65%
R=5.26%
G=35.09%
B=59.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal640680.910.4100.73207.183.7814.51
Hex628445B29049cf54f
Octal65010413351011131712417
Binary11010100010001001011011101001010010011100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062844; }

 p { color: rgb(6,40,68); }

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

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

 a { background-color: rgb(6,40,68); }

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

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

 span { border-color: rgb(6,40,68); }

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