Html Css Color HEX #643482 Kingfisher Daisy

📋 copy color: '#643482'

red 100 ◦ green 52 ◦ blue 130

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

Shades of Kingfisher Daisy #643482

Tints of Kingfisher Daisy #643482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

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

R = 35.46%
G = 18.44%
B = 46.1%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#643482 (or 0x643482) is known color: Kingfisher Daisy. HEX triplet: 64, 34 and 82. RGB value is (100,52,130). Sum of RGB (Red+Green+Blue) = 100+52+130=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #643482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643482 is #9BCB7D. Grayscale: #4A4A4A. Windows color (decimal): -10210174 or 8533092. OLE color: 8533092.

HSL color Cylindrical-coordinate representation of color #643482: hue angle of 276.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #643482 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 52 130 -
CMYK 0.23 0.60 0 0.49
HSL 276.92º 0.43% 0.36% -
HSV(B) 276.92º 0.6% 0.51% -
XYZ 10.51 6.78 21.87 -
YUV 75.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 100 52 130 0.23 0.60 0 0.49 276.92 0.43 0.36
Hex 64 34 82 17 3C 0 31 115 2B 24
Octal 144 64 202 27 74 0 61 425 53 44
Binary 1100100 110100 10000010 10111 111100 0 110001 100010101 101011 100100

Color Harmonies of #643482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643482

Black with #643482

Text Example


Text Example

White with #643482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643482; }

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

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

background-color css

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

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

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

border-color css

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

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

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