#643E85

Color #643E85 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #643E85

Tints of Kingfisher Daisy #643E85

Color information

#643E85 (or 0x643E85) is unknown color: approx 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

RGB10062133-
CMYK0.250.5300.48
HSL272.11º36.41%38.24%-
HSV(B)272.11º53.38%52.16%-
XYZ11.217.8523.11-
YUV81.46157.09141.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=33.90%
G=21.02%
B=45.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100621330.250.5300.48272.1136.4138.24
Hex643E8519350301102426
Octal1447620531650604204446
Binary110010011111010000101110011101010110000100010000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>