Html Css Color HEX #644084 Kingfisher Daisy

📋 copy color: '#644084'

red 100 ◦ green 64 ◦ blue 132

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

Shades of Kingfisher Daisy #644084

Tints of Kingfisher Daisy #644084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 33.78%
G = 21.62%
B = 44.59%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#644084 (or 0x644084) is known color: Kingfisher Daisy. HEX triplet: 64, 40 and 84. RGB value is (100,64,132). Sum of RGB (Red+Green+Blue) = 100+64+132=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #644084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644084 is #9BBF7B. Grayscale: #525252. Windows color (decimal): -10207100 or 8667236. OLE color: 8667236.

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

Color convert

RGB 100 64 132 -
CMYK 0.24 0.52 0 0.48
HSL 271.76º 0.35% 0.38% -
HSV(B) 271.76º 0.52% 0.52% -
XYZ 11.25 8.04 22.79 -
YUV 82.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 100 64 132 0.24 0.52 0 0.48 271.76 0.35 0.38
Hex 64 40 84 18 34 0 30 110 23 26
Octal 144 100 204 30 64 0 60 420 43 46
Binary 1100100 1000000 10000100 11000 110100 0 110000 100010000 100011 100110

Color Harmonies of #644084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644084

Black with #644084

Text Example


Text Example

White with #644084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644084; }

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

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

background-color css

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

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

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

border-color css

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

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

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