Html Css Color HEX #644381 Kingfisher Daisy

📋 copy color: '#644381'

red 100 ◦ green 67 ◦ blue 129

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

Shades of Kingfisher Daisy #644381

Tints of Kingfisher Daisy #644381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 33.78%
G = 22.64%
B = 43.58%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#644381 (or 0x644381) is known color: Kingfisher Daisy. HEX triplet: 64, 43 and 81. RGB value is (100,67,129). Sum of RGB (Red+Green+Blue) = 100+67+129=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #644381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644381 is #9BBC7E. Grayscale: #535353. Windows color (decimal): -10206335 or 8471396. OLE color: 8471396.

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

Color convert

RGB 100 67 129 -
CMYK 0.22 0.48 0 0.49
HSL 271.94º 0.32% 0.38% -
HSV(B) 271.94º 0.48% 0.51% -
XYZ 11.23 8.31 21.78 -
YUV 83.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 100 67 129 0.22 0.48 0 0.49 271.94 0.32 0.38
Hex 64 43 81 16 30 0 31 110 20 26
Octal 144 103 201 26 60 0 61 420 40 46
Binary 1100100 1000011 10000001 10110 110000 0 110001 100010000 100000 100110

Color Harmonies of #644381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644381

Black with #644381

Text Example


Text Example

White with #644381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644381; }

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

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

background-color css

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

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

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

border-color css

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

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

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