Html Css Color HEX #644580 Kingfisher Daisy

📋 copy color: '#644580'

red 100 ◦ green 69 ◦ blue 128

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

Shades of Kingfisher Daisy #644580

Tints of Kingfisher Daisy #644580

RGB

 RED value IS 100 (39.45% from 255) = 33.67%

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 33.67%
G = 23.23%
B = 43.1%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#644580 (or 0x644580) is known color: Kingfisher Daisy. HEX triplet: 64, 45 and 80. RGB value is (100,69,128). Sum of RGB (Red+Green+Blue) = 100+69+128=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #644580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644580 is #9BBA7F. Grayscale: #545454. Windows color (decimal): -10205824 or 8406372. OLE color: 8406372.

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

Color convert

RGB 100 69 128 -
CMYK 0.22 0.46 0 0.50
HSL 271.53º 0.3% 0.39% -
HSV(B) 271.53º 0.46% 0.5% -
XYZ 11.28 8.52 21.47 -
YUV 85 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 100 69 128 0.22 0.46 0 0.50 271.53 0.3 0.39
Hex 64 45 80 16 2E 0 32 110 1E 27
Octal 144 105 200 26 56 0 62 420 36 47
Binary 1100100 1000101 10000000 10110 101110 0 110010 100010000 11110 100111

Color Harmonies of #644580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644580

Black with #644580

Text Example


Text Example

White with #644580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644580; }

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

 H1.HeaderClassName
 {
   color: #644580;
 }
 .AnyTagClassName
 {
   color: #644580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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