#062640

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

Shades of Tangaroa #062640

Tints of Tangaroa #062640

Color information

#062640 (or 0x062640) is unknown color: approx Tangaroa. HEX triplet: 06, 26 and 40. RGB value is (6,38,64). Sum of RGB (Red+Green+Blue) = 6+38+64=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #062640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062640 is #F9D9BF. Grayscale: #1F1F1F. Windows color (decimal): -16374208 or 4204038. OLE color: 4204038.

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

Color convert

RGB63864-
CMYK0.910.4100.75
HSL206.9º82.86%13.73%-
HSV(B)206.9º90.62%25.1%-
XYZ1.691.85.11-
YUV31.4146.4109.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=5.56%
G=35.19%
B=59.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal638640.910.4100.75206.982.8613.73
Hex626405B2904Bcf53e
Octal64610013351011331712316
Binary11010011010000001011011101001010010111100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062640; }

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

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

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

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

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

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

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

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