Html Css Color HEX #644281 Kingfisher Daisy

📋 copy color: '#644281'

red 100 ◦ green 66 ◦ blue 129

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

Shades of Kingfisher Daisy #644281

Tints of Kingfisher Daisy #644281

RGB

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

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

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

R = 33.9%
G = 22.37%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#644281 (or 0x644281) is known color: Kingfisher Daisy. HEX triplet: 64, 42 and 81. RGB value is (100,66,129). Sum of RGB (Red+Green+Blue) = 100+66+129=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #644281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644281 is #9BBD7E. Grayscale: #535353. Windows color (decimal): -10206591 or 8471140. OLE color: 8471140.

HSL color Cylindrical-coordinate representation of color #644281: hue angle of 272.38º degrees, saturation: 0.32, 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 #644281 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 66 129 -
CMYK 0.22 0.49 0 0.49
HSL 272.38º 0.32% 0.38% -
HSV(B) 272.38º 0.49% 0.51% -
XYZ 11.17 8.19 21.76 -
YUV 83.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 100 66 129 0.22 0.49 0 0.49 272.38 0.32 0.38
Hex 64 42 81 16 31 0 31 110 20 26
Octal 144 102 201 26 61 0 61 420 40 46
Binary 1100100 1000010 10000001 10110 110001 0 110001 100010000 100000 100110

Color Harmonies of #644281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644281

Black with #644281

Text Example


Text Example

White with #644281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644281; }

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

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

background-color css

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

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

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

border-color css

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

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

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