Html Css Color HEX #644380 Kingfisher Daisy

📋 copy color: '#644380'

red 100 ◦ green 67 ◦ blue 128

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

Shades of Kingfisher Daisy #644380

Tints of Kingfisher Daisy #644380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

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

R = 33.9%
G = 22.71%
B = 43.39%

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

#644380 (or 0x644380) is known color: Kingfisher Daisy. HEX triplet: 64, 43 and 80. RGB value is (100,67,128). Sum of RGB (Red+Green+Blue) = 100+67+128=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #644380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644380 is #9BBC7F. Grayscale: #535353. Windows color (decimal): -10206336 or 8405860. OLE color: 8405860.

HSL color Cylindrical-coordinate representation of color #644380: hue angle of 272.46º degrees, saturation: 0.31, 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 #644380 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 67 128 -
CMYK 0.22 0.48 0 0.50
HSL 272.46º 0.31% 0.38% -
HSV(B) 272.46º 0.48% 0.5% -
XYZ 11.16 8.28 21.43 -
YUV 83.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 100 67 128 0.22 0.48 0 0.50 272.46 0.31 0.38
Hex 64 43 80 16 30 0 32 110 1F 26
Octal 144 103 200 26 60 0 62 420 37 46
Binary 1100100 1000011 10000000 10110 110000 0 110010 100010000 11111 100110

Color Harmonies of #644380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644380

Black with #644380

Text Example


Text Example

White with #644380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644380; }

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

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

background-color css

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

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

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

border-color css

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

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

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