#062648

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

Shades of Tangaroa #062648

Tints of Tangaroa #062648

Color information

#062648 (or 0x062648) is unknown color: approx Tangaroa. HEX triplet: 06, 26 and 48. RGB value is (6,38,72). Sum of RGB (Red+Green+Blue) = 6+38+72=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #062648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062648 is #F9D9B7. Grayscale: #202020. Windows color (decimal): -16374200 or 4728326. OLE color: 4728326.

HSL color Cylindrical-coordinate representation of color #062648: hue angle of 210.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062648 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB63872-
CMYK0.920.4700.72
HSL210.91º84.62%15.29%-
HSV(B)210.91º91.67%28.24%-
XYZ1.941.896.39-
YUV32.31150.4109.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=5.17%
G=32.76%
B=62.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal638720.920.4700.72210.9184.6215.29
Hex626485C2F048d355f
Octal64611013457011032312517
Binary11010011010010001011100101111010010001101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062648; }

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

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

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

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

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

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

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

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