#062540

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

Shades of Tangaroa #062540

Tints of Tangaroa #062540

Color information

#062540 (or 0x062540) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 40. RGB value is (6,37,64). Sum of RGB (Red+Green+Blue) = 6+37+64=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #062540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062540 is #F9DABF. Grayscale: #1E1E1E. Windows color (decimal): -16374464 or 4203782. OLE color: 4203782.

HSL color Cylindrical-coordinate representation of color #062540: hue angle of 207.93º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062540 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB63764-
CMYK0.910.4200.75
HSL207.93º82.86%13.73%-
HSV(B)207.93º90.62%25.1%-
XYZ1.661.735.1-
YUV30.81146.73110.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=5.61%
G=34.58%
B=59.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal637640.910.4200.75207.9382.8613.73
Hex625405B2A04Bd053e
Octal64510013352011332012316
Binary11010010110000001011011101010010010111101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062540; }

 p { color: rgb(6,37,64); }

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

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

 a { background-color: rgb(6,37,64); }

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

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

 span { border-color: rgb(6,37,64); }

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