Html Css Color HEX #644382 Kingfisher Daisy

📋 copy color: '#644382'

red 100 ◦ green 67 ◦ blue 130

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

Shades of Kingfisher Daisy #644382

Tints of Kingfisher Daisy #644382

RGB

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

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

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

R = 33.67%
G = 22.56%
B = 43.77%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#644382 (or 0x644382) is known color: Kingfisher Daisy. HEX triplet: 64, 43 and 82. RGB value is (100,67,130). Sum of RGB (Red+Green+Blue) = 100+67+130=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #644382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644382 is #9BBC7D. Grayscale: #535353. Windows color (decimal): -10206334 or 8536932. OLE color: 8536932.

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

Color convert

RGB 100 67 130 -
CMYK 0.23 0.48 0 0.49
HSL 271.43º 0.32% 0.39% -
HSV(B) 271.43º 0.48% 0.51% -
XYZ 11.29 8.34 22.13 -
YUV 84.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 100 67 130 0.23 0.48 0 0.49 271.43 0.32 0.39
Hex 64 43 82 17 30 0 31 10F 20 27
Octal 144 103 202 27 60 0 61 417 40 47
Binary 1100100 1000011 10000010 10111 110000 0 110001 100001111 100000 100111

Color Harmonies of #644382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644382

Black with #644382

Text Example


Text Example

White with #644382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644382; }

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

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

background-color css

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

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

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

border-color css

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

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

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