#644980

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

Shades of Kingfisher Daisy #644980

Tints of Kingfisher Daisy #644980

Color information

#644980 (or 0x644980) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 49 and 80. RGB value is (100,73,128). Sum of RGB (Red+Green+Blue) = 100+73+128=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #644980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644980 is #9BB67F. Grayscale: #575757. Windows color (decimal): -10204800 or 8407396. OLE color: 8407396.

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

Color convert

RGB10073128-
CMYK0.220.4300.50
HSL269.45º27.36%39.41%-
HSV(B)269.45º42.97%50.2%-
XYZ11.539.0321.56-
YUV87.34150.95137.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=33.22%
G=24.25%
B=42.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100731280.220.4300.50269.4527.3639.41
Hex644980162B03210d1b27
Octal14411120026530624153347
Binary110010010010011000000010110101011011001010000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644980; }

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

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

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

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

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

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

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

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