Html Css Color HEX #060044 Paua

📋 copy color: '#060044'

red 6 ◦ green 0 ◦ blue 68

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

Shades of Paua #060044

Tints of Paua #060044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 91.89%

R = 8.11%
G = 0%
B = 91.89%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#060044 (or 0x060044) is known color: Paua. HEX triplet: 06, 00 and 44. RGB value is (6,0,68). Sum of RGB (Red+Green+Blue) = 6+0+68=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 68 (26.95% from 255 or 91.89% from 74); Max value from RGB is 68 - color contains mainly: blue. Hex color #060044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060044 is #F9FFBB. Grayscale: #090909. Windows color (decimal): -16383932 or 4456454. OLE color: 4456454.

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

Color convert

RGB 6 0 68 -
CMYK 0.91 1 0 0.73
HSL 245.29º 1% 0.13% -
HSV(B) 245.29º 1% 0.27% -
XYZ 1.12 0.46 5.5 -
YUV 9.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 6 0 68 0.91 1 0 0.73 245.29 1 0.13
Hex 6 0 44 5B 64 0 49 F5 64 D
Octal 6 0 104 133 144 0 111 365 144 15
Binary 110 0 1000100 1011011 1100100 0 1001001 11110101 1100100 1101

Color Harmonies of #060044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060044

Black with #060044

Text Example


Text Example

White with #060044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060044; }

 p { color: rgb(6,0,68); }

 H1.HeaderClassName
 {
   color: #060044;
 }
 .AnyTagClassName
 {
   color: #060044;
 }
</style>

background-color css

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

 a { background-color: rgb(6,0,68); }

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

border-color css

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

 span { border-color: rgb(6,0,68); }

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