Html Css Color HEX #060146 Paua

📋 copy color: '#060146'

red 6 ◦ green 1 ◦ blue 70

#060146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #060146

Tints of Paua #060146

RGB

 RED value IS 6 (2.73% from 255) = 7.79%

 GREEN value IS 1 (0.78% from 255) = 1.3%

 BLUE value IS 70 (27.73% from 255) = 90.91%

R = 7.79%
G = 1.3%
B = 90.91%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#060146 (or 0x060146) is known color: 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

RGB 6 1 70 -
CMYK 0.91 0.99 0 0.73
HSL 244.35º 0.97% 0.14% -
HSV(B) 244.35º 0.99% 0.27% -
XYZ 1.19 0.5 5.83 -
YUV 10.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 6 1 70 0.91 0.99 0 0.73 244.35 0.97 0.14
Hex 6 1 46 5B 63 0 49 F4 61 E
Octal 6 1 106 133 143 0 111 364 141 16
Binary 110 1 1000110 1011011 1100011 0 1001001 11110100 1100001 1110

Color Harmonies of #060146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060146

Black with #060146

Text Example


Text Example

White with #060146

Text Example


Text Example

HTML Codes & Css Web 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>