Html Css Color HEX #644180 Kingfisher Daisy

📋 copy color: '#644180'

red 100 ◦ green 65 ◦ blue 128

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

Shades of Kingfisher Daisy #644180

Tints of Kingfisher Daisy #644180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

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

R = 34.13%
G = 22.18%
B = 43.69%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#644180 (or 0x644180) is known color: Kingfisher Daisy. HEX triplet: 64, 41 and 80. RGB value is (100,65,128). Sum of RGB (Red+Green+Blue) = 100+65+128=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #644180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644180 is #9BBE7F. Grayscale: #525252. Windows color (decimal): -10206848 or 8405348. OLE color: 8405348.

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

Color convert

RGB 100 65 128 -
CMYK 0.22 0.49 0 0.50
HSL 273.33º 0.33% 0.38% -
HSV(B) 273.33º 0.49% 0.5% -
XYZ 11.04 8.05 21.39 -
YUV 82.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 100 65 128 0.22 0.49 0 0.50 273.33 0.33 0.38
Hex 64 41 80 16 31 0 32 111 21 26
Octal 144 101 200 26 61 0 62 421 41 46
Binary 1100100 1000001 10000000 10110 110001 0 110010 100010001 100001 100110

Color Harmonies of #644180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644180

Black with #644180

Text Example


Text Example

White with #644180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644180; }

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

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

background-color css

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

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

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

border-color css

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

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

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