Html Css Color HEX #060045 Paua

📋 copy color: '#060045'

red 6 ◦ green 0 ◦ blue 69

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

Shades of Paua #060045

Tints of Paua #060045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 92%

R = 8%
G = 0%
B = 92%

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

#060045 (or 0x060045) is known color: Paua. HEX triplet: 06, 00 and 45. RGB value is (6,0,69). Sum of RGB (Red+Green+Blue) = 6+0+69=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 69 (27.34% from 255 or 92% from 75); Max value from RGB is 69 - color contains mainly: blue. Hex color #060045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060045 is #F9FFBA. Grayscale: #090909. Windows color (decimal): -16383931 or 4521990. OLE color: 4521990.

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

Color convert

RGB 6 0 69 -
CMYK 0.91 1 0 0.73
HSL 245.22º 1% 0.14% -
HSV(B) 245.22º 1% 0.27% -
XYZ 1.15 0.47 5.66 -
YUV 9.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 6 0 69 0.91 1 0 0.73 245.22 1 0.14
Hex 6 0 45 5B 64 0 49 F5 64 E
Octal 6 0 105 133 144 0 111 365 144 16
Binary 110 0 1000101 1011011 1100100 0 1001001 11110101 1100100 1110

Color Harmonies of #060045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060045

Black with #060045

Text Example


Text Example

White with #060045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060045; }

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

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

background-color css

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

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

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

border-color css

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

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

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