#644880

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

Shades of Kingfisher Daisy #644880

Tints of Kingfisher Daisy #644880

Color information

#644880 (or 0x644880) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 48 and 80. RGB value is (100,72,128). Sum of RGB (Red+Green+Blue) = 100+72+128=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #644880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644880 is #9BB77F. Grayscale: #565656. Windows color (decimal): -10205056 or 8407140. OLE color: 8407140.

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

Color convert

RGB10072128-
CMYK0.220.4400.50
HSL270º28%39.22%-
HSV(B)270º43.75%50.2%-
XYZ11.478.921.54-
YUV86.76151.28137.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=33.33%
G=24%
B=42.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100721280.220.4400.502702839.22
Hex644880162C03210e1c27
Octal14411020026540624163447
Binary110010010010001000000010110101100011001010000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644880; }

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

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

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

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

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

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

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

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