Shades of Paua #100644
Tints of Paua #100644
RGB
CMYK
RGB Variations
Color information
#100644 (or 0x100644) is known color: Paua. HEX triplet: 10, 06 and 44. RGB value is (16,6,68). Sum of RGB (Red+Green+Blue) = 16+6+68=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #100644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100644 is #EFF9BB. Grayscale: #0F0F0F. Windows color (decimal): -15727036 or 4458000. OLE color: 4458000.
HSL color Cylindrical-coordinate representation of color #100644: hue angle of 249.68º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100644 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 6 | 68 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.73 |
| HSL | 249.68º | 0.84% | 0.15% | - |
| HSV(B) | 249.68º | 0.91% | 0.27% | - |
| XYZ | 1.32 | 0.66 | 5.53 | - |
| YUV | 16.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 68 | 0.76 | 0.91 | 0 | 0.73 | 249.68 | 0.84 | 0.15 |
| Hex | 10 | 6 | 44 | 4C | 5B | 0 | 49 | FA | 54 | F |
| Octal | 20 | 6 | 104 | 114 | 133 | 0 | 111 | 372 | 124 | 17 |
| Binary | 10000 | 110 | 1000100 | 1001100 | 1011011 | 0 | 1001001 | 11111010 | 1010100 | 1111 |
Color Harmonies of #100644
Complementary color
Monochromatic Colors of #100644
Black with #100644
Text Example
Text Example
White with #100644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100644; }
p { color: rgb(16,6,68); }
H1.HeaderClassName
{
color: #100644;
}
.AnyTagClassName
{
color: #100644;
}
</style>
background-color css
<style>
a { background-color: #100644; }
a { background-color: rgb(16,6,68); }
div.DivClassName
{
background-color: #100644;
}
.BgClassName
{
background-color: #100644;
}
</style>
border-color css
<style>
span { border-color: #100644; }
span { border-color: rgb(16,6,68); }
td.TdClassName
{
border-color: #100644;
}
.TagClassName
{
border-color: #100644;
}
</style>