#100644

Color #100644 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #100644

Tints of Paua #100644

Color information

#100644 (or 0x100644) is unknown color: approx 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

RGB16668-
CMYK0.760.9100.73
HSL249.68º83.78%14.51%-
HSV(B)249.68º91.18%26.67%-
XYZ1.320.665.53-
YUV16.06157.31127.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.78%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 68 (26.95% from 255) = 75.56%
R=17.78%
G=6.67%
B=75.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal166680.760.9100.73249.6883.7814.51
Hex106444C5B049fa54f
Octal206104114133011137212417
Binary10000110100010010011001011011010010011111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>