Shades of Paua #100649
Tints of Paua #100649
RGB
CMYK
RGB Variations
Color information
#100649 (or 0x100649) is known color: Paua. HEX triplet: 10, 06 and 49. RGB value is (16,6,73). Sum of RGB (Red+Green+Blue) = 16+6+73=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #100649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100649 is #EFF9B6. Grayscale: #101010. Windows color (decimal): -15727031 or 4785680. OLE color: 4785680.
HSL color Cylindrical-coordinate representation of color #100649: hue angle of 248.96º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100649 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 6 | 73 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.71 |
| HSL | 248.96º | 0.85% | 0.15% | - |
| HSV(B) | 248.96º | 0.92% | 0.29% | - |
| XYZ | 1.48 | 0.72 | 6.36 | - |
| YUV | 16.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 73 | 0.78 | 0.92 | 0 | 0.71 | 248.96 | 0.85 | 0.15 |
| Hex | 10 | 6 | 49 | 4E | 5C | 0 | 47 | F9 | 55 | F |
| Octal | 20 | 6 | 111 | 116 | 134 | 0 | 107 | 371 | 125 | 17 |
| Binary | 10000 | 110 | 1001001 | 1001110 | 1011100 | 0 | 1000111 | 11111001 | 1010101 | 1111 |
Color Harmonies of #100649
Complementary color
Monochromatic Colors of #100649
Black with #100649
Text Example
Text Example
White with #100649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100649; }
p { color: rgb(16,6,73); }
H1.HeaderClassName
{
color: #100649;
}
.AnyTagClassName
{
color: #100649;
}
</style>
background-color css
<style>
a { background-color: #100649; }
a { background-color: rgb(16,6,73); }
div.DivClassName
{
background-color: #100649;
}
.BgClassName
{
background-color: #100649;
}
</style>
border-color css
<style>
span { border-color: #100649; }
span { border-color: rgb(16,6,73); }
td.TdClassName
{
border-color: #100649;
}
.TagClassName
{
border-color: #100649;
}
</style>