#062745

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

Shades of Tangaroa #062745

Tints of Tangaroa #062745

Color information

#062745 (or 0x062745) is unknown color: approx Tangaroa. HEX triplet: 06, 27 and 45. RGB value is (6,39,69). Sum of RGB (Red+Green+Blue) = 6+39+69=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #062745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062745 is #F9D8BA. Grayscale: #202020. Windows color (decimal): -16373947 or 4531974. OLE color: 4531974.

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

Color convert

RGB63969-
CMYK0.910.4300.73
HSL208.57º84%14.71%-
HSV(B)208.57º91.3%27.06%-
XYZ1.871.925.9-
YUV32.55148.57109.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 69 (27.34% from 255) = 60.53%
R=5.26%
G=34.21%
B=60.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal639690.910.4300.73208.578414.71
Hex627455B2B049d154f
Octal64710513353011132112417
Binary11010011110001011011011101011010010011101000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062745; }

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

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

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

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

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

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

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

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