Html Css Color HEX #644980 Kingfisher Daisy

📋 copy color: '#644980'

red 100 ◦ green 73 ◦ blue 128

#644980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #644980

Tints of Kingfisher Daisy #644980

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 value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#644980 (or 0x644980) is known color: 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

RGB 100 73 128 -
CMYK 0.22 0.43 0 0.50
HSL 269.45º 0.27% 0.39% -
HSV(B) 269.45º 0.43% 0.5% -
XYZ 11.53 9.03 21.56 -
YUV 87.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 100 73 128 0.22 0.43 0 0.50 269.45 0.27 0.39
Hex 64 49 80 16 2B 0 32 10D 1B 27
Octal 144 111 200 26 53 0 62 415 33 47
Binary 1100100 1001001 10000000 10110 101011 0 110010 100001101 11011 100111

Color Harmonies of #644980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644980

Black with #644980

Text Example


Text Example

White with #644980

Text Example


Text Example

HTML Codes & Css Web 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>