Html Css Color HEX #644280 Kingfisher Daisy

📋 copy color: '#644280'

red 100 ◦ green 66 ◦ blue 128

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

Shades of Kingfisher Daisy #644280

Tints of Kingfisher Daisy #644280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 34.01%
G = 22.45%
B = 43.54%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#644280 (or 0x644280) is known color: Kingfisher Daisy. HEX triplet: 64, 42 and 80. RGB value is (100,66,128). Sum of RGB (Red+Green+Blue) = 100+66+128=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #644280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644280 is #9BBD7F. Grayscale: #535353. Windows color (decimal): -10206592 or 8405604. OLE color: 8405604.

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

Color convert

RGB 100 66 128 -
CMYK 0.22 0.48 0 0.50
HSL 272.9º 0.32% 0.38% -
HSV(B) 272.9º 0.48% 0.5% -
XYZ 11.1 8.16 21.41 -
YUV 83.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 100 66 128 0.22 0.48 0 0.50 272.9 0.32 0.38
Hex 64 42 80 16 30 0 32 111 20 26
Octal 144 102 200 26 60 0 62 421 40 46
Binary 1100100 1000010 10000000 10110 110000 0 110010 100010001 100000 100110

Color Harmonies of #644280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644280

Black with #644280

Text Example


Text Example

White with #644280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644280; }

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

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

background-color css

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

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

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

border-color css

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

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

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