Shades of Paua #060145
Tints of Paua #060145
RGB
CMYK
RGB Variations
Color information
#060145 (or 0x060145) is known color: Paua. HEX triplet: 06, 01 and 45. RGB value is (6,1,69). Sum of RGB (Red+Green+Blue) = 6+1+69=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #060145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060145 is #F9FEBA. Grayscale: #090909. Windows color (decimal): -16383675 or 4522246. OLE color: 4522246.
HSL color Cylindrical-coordinate representation of color #060145: hue angle of 244.41º 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 #060145 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 1 | 69 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.73 |
| HSL | 244.41º | 0.97% | 0.14% | - |
| HSV(B) | 244.41º | 0.99% | 0.27% | - |
| XYZ | 1.16 | 0.49 | 5.66 | - |
| YUV | 10.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 69 | 0.91 | 0.99 | 0 | 0.73 | 244.41 | 0.97 | 0.14 |
| Hex | 6 | 1 | 45 | 5B | 63 | 0 | 49 | F4 | 61 | E |
| Octal | 6 | 1 | 105 | 133 | 143 | 0 | 111 | 364 | 141 | 16 |
| Binary | 110 | 1 | 1000101 | 1011011 | 1100011 | 0 | 1001001 | 11110100 | 1100001 | 1110 |
Color Harmonies of #060145
Complementary color
Monochromatic Colors of #060145
Black with #060145
Text Example
Text Example
White with #060145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060145; }
p { color: rgb(6,1,69); }
H1.HeaderClassName
{
color: #060145;
}
.AnyTagClassName
{
color: #060145;
}
</style>
background-color css
<style>
a { background-color: #060145; }
a { background-color: rgb(6,1,69); }
div.DivClassName
{
background-color: #060145;
}
.BgClassName
{
background-color: #060145;
}
</style>
border-color css
<style>
span { border-color: #060145; }
span { border-color: rgb(6,1,69); }
td.TdClassName
{
border-color: #060145;
}
.TagClassName
{
border-color: #060145;
}
</style>