Html Css Color HEX #644384 Kingfisher Daisy

📋 copy color: '#644384'

red 100 ◦ green 67 ◦ blue 132

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

Shades of Kingfisher Daisy #644384

Tints of Kingfisher Daisy #644384

RGB

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

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

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

R = 33.44%
G = 22.41%
B = 44.15%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#644384 (or 0x644384) is known color: Kingfisher Daisy. HEX triplet: 64, 43 and 84. RGB value is (100,67,132). Sum of RGB (Red+Green+Blue) = 100+67+132=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #644384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644384 is #9BBC7B. Grayscale: #545454. Windows color (decimal): -10206332 or 8668004. OLE color: 8668004.

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

Color convert

RGB 100 67 132 -
CMYK 0.24 0.49 0 0.48
HSL 270.46º 0.33% 0.39% -
HSV(B) 270.46º 0.49% 0.52% -
XYZ 11.43 8.39 22.85 -
YUV 84.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 100 67 132 0.24 0.49 0 0.48 270.46 0.33 0.39
Hex 64 43 84 18 31 0 30 10E 21 27
Octal 144 103 204 30 61 0 60 416 41 47
Binary 1100100 1000011 10000100 11000 110001 0 110000 100001110 100001 100111

Color Harmonies of #644384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644384

Black with #644384

Text Example


Text Example

White with #644384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644384; }

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

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

background-color css

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

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

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

border-color css

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

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

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