#644480

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

Shades of Kingfisher Daisy #644480

Tints of Kingfisher Daisy #644480

Color information

#644480 (or 0x644480) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 44 and 80. RGB value is (100,68,128). Sum of RGB (Red+Green+Blue) = 100+68+128=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #644480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644480 is #9BBB7F. Grayscale: #545454. Windows color (decimal): -10206080 or 8406116. OLE color: 8406116.

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

Color convert

RGB10068128-
CMYK0.220.4700.50
HSL272º30.61%38.43%-
HSV(B)272º46.88%50.2%-
XYZ11.228.421.45-
YUV84.41152.6139.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=33.78%
G=22.97%
B=43.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100681280.220.4700.5027230.6138.43
Hex644480162F0321101f26
Octal14410420026570624203746
Binary110010010001001000000010110101111011001010001000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644480; }

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

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

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

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

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

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

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

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