Html Css Color HEX #643A85 Kingfisher Daisy

📋 copy color: '#643A85'

red 100 ◦ green 58 ◦ blue 133

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

Shades of Kingfisher Daisy #643A85

Tints of Kingfisher Daisy #643A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

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

R = 34.36%
G = 19.93%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#643A85 (or 0x643A85) is known color: Kingfisher Daisy. HEX triplet: 64, 3A and 85. RGB value is (100,58,133). Sum of RGB (Red+Green+Blue) = 100+58+133=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #643A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643A85 is #9BC57A. Grayscale: #4E4E4E. Windows color (decimal): -10208635 or 8731236. OLE color: 8731236.

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

Color convert

RGB 100 58 133 -
CMYK 0.25 0.56 0 0.48
HSL 273.6º 0.39% 0.37% -
HSV(B) 273.6º 0.56% 0.52% -
XYZ 11 7.43 23.04 -
YUV 79.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 100 58 133 0.25 0.56 0 0.48 273.6 0.39 0.37
Hex 64 3A 85 19 38 0 30 112 27 25
Octal 144 72 205 31 70 0 60 422 47 45
Binary 1100100 111010 10000101 11001 111000 0 110000 100010010 100111 100101

Color Harmonies of #643A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643A85

Black with #643A85

Text Example


Text Example

White with #643A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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