#062945

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

Shades of Tangaroa #062945

Tints of Tangaroa #062945

Color information

#062945 (or 0x062945) is unknown color: approx Tangaroa. HEX triplet: 06, 29 and 45. RGB value is (6,41,69). Sum of RGB (Red+Green+Blue) = 6+41+69=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #062945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062945 is #F9D6BA. Grayscale: #212121. Windows color (decimal): -16373435 or 4532486. OLE color: 4532486.

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

Color convert

RGB64169-
CMYK0.910.4100.73
HSL206.67º84%14.71%-
HSV(B)206.67º91.3%27.06%-
XYZ1.942.055.92-
YUV33.73147.9108.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 69 (27.34% from 255) = 59.48%
R=5.17%
G=35.34%
B=59.48%

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
Decimal641690.910.4100.73206.678414.71
Hex629455B29049cf54f
Octal65110513351011131712417
Binary11010100110001011011011101001010010011100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062945; }

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

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

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

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

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

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

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

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