#644481

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

Shades of Kingfisher Daisy #644481

Tints of Kingfisher Daisy #644481

Color information

#644481 (or 0x644481) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 44 and 81. RGB value is (100,68,129). Sum of RGB (Red+Green+Blue) = 100+68+129=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #644481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644481 is #9BBB7E. Grayscale: #545454. Windows color (decimal): -10206079 or 8471652. OLE color: 8471652.

HSL color Cylindrical-coordinate representation of color #644481: hue angle of 271.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #644481 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10068129-
CMYK0.220.4700.49
HSL271.48º30.96%38.63%-
HSV(B)271.48º47.29%50.59%-
XYZ11.298.4321.8-
YUV84.52153.1139.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=33.67%
G=22.90%
B=43.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100681290.220.4700.49271.4830.9638.63
Hex644481162F03110f1f27
Octal14410420126570614173747
Binary110010010001001000000110110101111011000110000111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644481; }

 p { color: rgb(100,68,129); }

 H1.HeaderClassName
 {
   color: #644481;
 }
 .AnyTagClassName
 {
   color: #644481;
 }
</style>
background-color css

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

 a { background-color: rgb(100,68,129); }

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

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

 span { border-color: rgb(100,68,129); }

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