Html Css Color HEX #643290 Kingfisher Daisy

📋 copy color: '#643290'

red 100 ◦ green 50 ◦ blue 144

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

Shades of Kingfisher Daisy #643290

Tints of Kingfisher Daisy #643290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 34.01%
G = 17.01%
B = 48.98%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#643290 (or 0x643290) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 90. RGB value is (100,50,144). Sum of RGB (Red+Green+Blue) = 100+50+144=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #643290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643290 is #9BCD6F. Grayscale: #4B4B4B. Windows color (decimal): -10210672 or 9450084. OLE color: 9450084.

HSL color Cylindrical-coordinate representation of color #643290: hue angle of 271.91º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643290 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 50 144 -
CMYK 0.31 0.65 0 0.44
HSL 271.91º 0.48% 0.38% -
HSV(B) 271.91º 0.65% 0.56% -
XYZ 11.43 7 27.14 -
YUV 75.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 100 50 144 0.31 0.65 0 0.44 271.91 0.48 0.38
Hex 64 32 90 1F 41 0 2C 110 30 26
Octal 144 62 220 37 101 0 54 420 60 46
Binary 1100100 110010 10010000 11111 1000001 0 101100 100010000 110000 100110

Color Harmonies of #643290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643290

Black with #643290

Text Example


Text Example

White with #643290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643290; }

 p { color: rgb(100,50,144); }

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

background-color css

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

 a { background-color: rgb(100,50,144); }

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

border-color css

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

 span { border-color: rgb(100,50,144); }

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