#062345

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

Shades of Tangaroa #062345

Tints of Tangaroa #062345

Color information

#062345 (or 0x062345) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 45. RGB value is (6,35,69). Sum of RGB (Red+Green+Blue) = 6+35+69=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #062345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062345 is #F9DCBA. Grayscale: #1E1E1E. Windows color (decimal): -16374971 or 4530950. OLE color: 4530950.

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

Color convert

RGB63569-
CMYK0.910.4900.73
HSL212.38º84%14.71%-
HSV(B)212.38º91.3%27.06%-
XYZ1.751.675.86-
YUV30.2149.89110.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=5.45%
G=31.82%
B=62.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal635690.910.4900.73212.388414.71
Hex623455B31049d454f
Octal64310513361011132412417
Binary11010001110001011011011110001010010011101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062345; }

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

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

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

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

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

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

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

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