#643785

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

Shades of Kingfisher Daisy #643785

Tints of Kingfisher Daisy #643785

Color information

#643785 (or 0x643785) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 37 and 85. RGB value is (100,55,133). Sum of RGB (Red+Green+Blue) = 100+55+133=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #643785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643785 is #9BC87A. Grayscale: #4D4D4D. Windows color (decimal): -10209403 or 8730468. OLE color: 8730468.

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

Color convert

RGB10055133-
CMYK0.250.5900.48
HSL274.62º41.49%36.86%-
HSV(B)274.62º58.65%52.16%-
XYZ10.867.1423-
YUV77.35159.41144.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=34.72%
G=19.10%
B=46.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100551330.250.5900.48274.6241.4936.86
Hex643785193B0301132925
Octal1446720531730604235145
Binary110010011011110000101110011110110110000100010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643785; }

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

 H1.HeaderClassName
 {
   color: #643785;
 }
 .AnyTagClassName
 {
   color: #643785;
 }
</style>
background-color css

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

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

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

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

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

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