#06284A

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

Shades of Tangaroa #06284A

Tints of Tangaroa #06284A

Color information

#06284A (or 0x06284A) is unknown color: approx Tangaroa. HEX triplet: 06, 28 and 4A. RGB value is (6,40,74). Sum of RGB (Red+Green+Blue) = 6+40+74=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #06284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06284A is #F9D7B5. Grayscale: #212121. Windows color (decimal): -16373686 or 4859910. OLE color: 4859910.

HSL color Cylindrical-coordinate representation of color #06284A: hue angle of 210º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06284A is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64074-
CMYK0.920.4600.71
HSL210º85%15.69%-
HSV(B)210º91.89%29.02%-
XYZ2.072.056.77-
YUV33.71150.74108.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 61.67%
R=5%
G=33.33%
B=61.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal640740.920.4600.712108515.69
Hex6284A5C2E047d25510
Octal65011213456010732212520
Binary110101000100101010111001011100100011111010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06284A; }

 p { color: rgb(6,40,74); }

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

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

 a { background-color: rgb(6,40,74); }

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

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

 span { border-color: rgb(6,40,74); }

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