#643885

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

Shades of Kingfisher Daisy #643885

Tints of Kingfisher Daisy #643885

Color information

#643885 (or 0x643885) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 38 and 85. RGB value is (100,56,133). Sum of RGB (Red+Green+Blue) = 100+56+133=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #643885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643885 is #9BC77A. Grayscale: #4D4D4D. Windows color (decimal): -10209147 or 8730724. OLE color: 8730724.

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

Color convert

RGB10056133-
CMYK0.250.5800.48
HSL274.29º40.74%37.06%-
HSV(B)274.29º57.89%52.16%-
XYZ10.97.2323.01-
YUV77.93159.08143.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=34.60%
G=19.38%
B=46.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100561330.250.5800.48274.2940.7437.06
Hex643885193A0301122925
Octal1447020531720604225145
Binary110010011100010000101110011110100110000100010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643885; }

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

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

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

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

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

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

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

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