Html Css Color HEX #644282 Kingfisher Daisy

📋 copy color: '#644282'

red 100 ◦ green 66 ◦ blue 130

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

Shades of Kingfisher Daisy #644282

Tints of Kingfisher Daisy #644282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 33.78%
G = 22.3%
B = 43.92%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#644282 (or 0x644282) is known color: Kingfisher Daisy. HEX triplet: 64, 42 and 82. RGB value is (100,66,130). Sum of RGB (Red+Green+Blue) = 100+66+130=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #644282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644282 is #9BBD7D. Grayscale: #535353. Windows color (decimal): -10206590 or 8536676. OLE color: 8536676.

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

Color convert

RGB 100 66 130 -
CMYK 0.23 0.49 0 0.49
HSL 271.88º 0.33% 0.38% -
HSV(B) 271.88º 0.49% 0.51% -
XYZ 11.23 8.22 22.11 -
YUV 83.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 100 66 130 0.23 0.49 0 0.49 271.88 0.33 0.38
Hex 64 42 82 17 31 0 31 110 21 26
Octal 144 102 202 27 61 0 61 420 41 46
Binary 1100100 1000010 10000010 10111 110001 0 110001 100010000 100001 100110

Color Harmonies of #644282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644282

Black with #644282

Text Example


Text Example

White with #644282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644282; }

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

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

background-color css

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

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

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

border-color css

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

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

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