Html Css Color HEX #644484 Kingfisher Daisy

📋 copy color: '#644484'

red 100 ◦ green 68 ◦ blue 132

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

Shades of Kingfisher Daisy #644484

Tints of Kingfisher Daisy #644484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 33.33%
G = 22.67%
B = 44%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#644484 (or 0x644484) is known color: Kingfisher Daisy. HEX triplet: 64, 44 and 84. RGB value is (100,68,132). Sum of RGB (Red+Green+Blue) = 100+68+132=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #644484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644484 is #9BBB7B. Grayscale: #545454. Windows color (decimal): -10206076 or 8668260. OLE color: 8668260.

HSL color Cylindrical-coordinate representation of color #644484: hue angle of 270º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644484 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 68 132 -
CMYK 0.24 0.48 0 0.48
HSL 270º 0.32% 0.39% -
HSV(B) 270º 0.48% 0.52% -
XYZ 11.49 8.51 22.87 -
YUV 84.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 100 68 132 0.24 0.48 0 0.48 270 0.32 0.39
Hex 64 44 84 18 30 0 30 10E 20 27
Octal 144 104 204 30 60 0 60 416 40 47
Binary 1100100 1000100 10000100 11000 110000 0 110000 100001110 100000 100111

Color Harmonies of #644484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644484

Black with #644484

Text Example


Text Example

White with #644484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644484; }

 p { color: rgb(100,68,132); }

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

background-color css

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

 a { background-color: rgb(100,68,132); }

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

border-color css

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

 span { border-color: rgb(100,68,132); }

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