Html Css Color HEX #644284 Kingfisher Daisy

📋 copy color: '#644284'

red 100 ◦ green 66 ◦ blue 132

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

Shades of Kingfisher Daisy #644284

Tints of Kingfisher Daisy #644284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 33.56%
G = 22.15%
B = 44.3%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#644284 (or 0x644284) is known color: Kingfisher Daisy. HEX triplet: 64, 42 and 84. RGB value is (100,66,132). Sum of RGB (Red+Green+Blue) = 100+66+132=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #644284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644284 is #9BBD7B. Grayscale: #535353. Windows color (decimal): -10206588 or 8667748. OLE color: 8667748.

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

Color convert

RGB 100 66 132 -
CMYK 0.24 0.5 0 0.48
HSL 270.91º 0.33% 0.39% -
HSV(B) 270.91º 0.5% 0.52% -
XYZ 11.37 8.27 22.83 -
YUV 83.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 100 66 132 0.24 0.5 0 0.48 270.91 0.33 0.39
Hex 64 42 84 18 32 0 30 10F 21 27
Octal 144 102 204 30 62 0 60 417 41 47
Binary 1100100 1000010 10000100 11000 110010 0 110000 100001111 100001 100111

Color Harmonies of #644284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644284

Black with #644284

Text Example


Text Example

White with #644284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644284; }

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

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

background-color css

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

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

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

border-color css

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

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

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