Html Css Color HEX #644081 Kingfisher Daisy

📋 copy color: '#644081'

red 100 ◦ green 64 ◦ blue 129

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

Shades of Kingfisher Daisy #644081

Tints of Kingfisher Daisy #644081

RGB

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

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

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

R = 34.13%
G = 21.84%
B = 44.03%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#644081 (or 0x644081) is known color: Kingfisher Daisy. HEX triplet: 64, 40 and 81. RGB value is (100,64,129). Sum of RGB (Red+Green+Blue) = 100+64+129=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #644081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644081 is #9BBF7E. Grayscale: #515151. Windows color (decimal): -10207103 or 8470628. OLE color: 8470628.

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

Color convert

RGB 100 64 129 -
CMYK 0.22 0.50 0 0.49
HSL 273.23º 0.34% 0.38% -
HSV(B) 273.23º 0.5% 0.51% -
XYZ 11.05 7.96 21.72 -
YUV 82.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 100 64 129 0.22 0.50 0 0.49 273.23 0.34 0.38
Hex 64 40 81 16 32 0 31 111 22 26
Octal 144 100 201 26 62 0 61 421 42 46
Binary 1100100 1000000 10000001 10110 110010 0 110001 100010001 100010 100110

Color Harmonies of #644081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644081

Black with #644081

Text Example


Text Example

White with #644081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644081; }

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

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

background-color css

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

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

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

border-color css

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

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

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