#062045

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

Shades of Tangaroa #062045

Tints of Tangaroa #062045

Color information

#062045 (or 0x062045) is unknown color: approx Tangaroa. HEX triplet: 06, 20 and 45. RGB value is (6,32,69). Sum of RGB (Red+Green+Blue) = 6+32+69=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #062045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062045 is #F9DFBA. Grayscale: #1C1C1C. Windows color (decimal): -16375739 or 4530182. OLE color: 4530182.

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

Color convert

RGB63269-
CMYK0.910.5400.73
HSL215.24º84%14.71%-
HSV(B)215.24º91.3%27.06%-
XYZ1.671.55.83-
YUV28.44150.89111.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 69 (27.34% from 255) = 64.49%
R=5.61%
G=29.91%
B=64.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal632690.910.5400.73215.248414.71
Hex620455B36049d754f
Octal64010513366011132712417
Binary11010000010001011011011110110010010011101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062045; }

 p { color: rgb(6,32,69); }

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

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

 a { background-color: rgb(6,32,69); }

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

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

 span { border-color: rgb(6,32,69); }

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