#060146

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

Shades of Paua #060146

Tints of Paua #060146

Color information

#060146 (or 0x060146) is unknown color: approx Paua. HEX triplet: 06, 01 and 46. RGB value is (6,1,70). Sum of RGB (Red+Green+Blue) = 6+1+70=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 70 (27.73% from 255 or 90.91% from 77); Max value from RGB is 70 - color contains mainly: blue. Hex color #060146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060146 is #F9FEB9. Grayscale: #0A0A0A. Windows color (decimal): -16383674 or 4587782. OLE color: 4587782.

HSL color Cylindrical-coordinate representation of color #060146: hue angle of 244.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060146 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB6170-
CMYK0.910.9900.73
HSL244.35º97.18%13.92%-
HSV(B)244.35º98.57%27.45%-
XYZ1.190.55.83-
YUV10.36161.66124.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 70 (27.73% from 255) = 90.91%
R=7.79%
G=1.30%
B=90.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal61700.910.9900.73244.3597.1813.92
Hex61465B63049f461e
Octal61106133143011136414116
Binary1101100011010110111100011010010011111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060146; }

 p { color: rgb(6,1,70); }

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

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

 a { background-color: rgb(6,1,70); }

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

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

 span { border-color: rgb(6,1,70); }

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