Html Css Color HEX #643E85 Kingfisher Daisy

📋 copy color: '#643E85'

red 100 ◦ green 62 ◦ blue 133

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

Shades of Kingfisher Daisy #643E85

Tints of Kingfisher Daisy #643E85

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 33.9%
G = 21.02%
B = 45.08%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#643E85 (or 0x643E85) is known color: Kingfisher Daisy. HEX triplet: 64, 3E and 85. RGB value is (100,62,133). Sum of RGB (Red+Green+Blue) = 100+62+133=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #643E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643E85 is #9BC17A. Grayscale: #515151. Windows color (decimal): -10207611 or 8732260. OLE color: 8732260.

HSL color Cylindrical-coordinate representation of color #643E85: hue angle of 272.11º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #643E85 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 62 133 -
CMYK 0.25 0.53 0 0.48
HSL 272.11º 0.36% 0.38% -
HSV(B) 272.11º 0.53% 0.52% -
XYZ 11.21 7.85 23.11 -
YUV 81.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 100 62 133 0.25 0.53 0 0.48 272.11 0.36 0.38
Hex 64 3E 85 19 35 0 30 110 24 26
Octal 144 76 205 31 65 0 60 420 44 46
Binary 1100100 111110 10000101 11001 110101 0 110000 100010000 100100 100110

Color Harmonies of #643E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643E85

Black with #643E85

Text Example


Text Example

White with #643E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643E85; }

 p { color: rgb(100,62,133); }

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

background-color css

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

 a { background-color: rgb(100,62,133); }

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

border-color css

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

 span { border-color: rgb(100,62,133); }

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