#643F86

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

Shades of Kingfisher Daisy #643F86

Tints of Kingfisher Daisy #643F86

Color information

#643F86 (or 0x643F86) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 3F and 86. RGB value is (100,63,134). Sum of RGB (Red+Green+Blue) = 100+63+134=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #643F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F86 is #9BC079. Grayscale: #515151. Windows color (decimal): -10207354 or 8798052. OLE color: 8798052.

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

Color convert

RGB10063134-
CMYK0.250.5300.47
HSL271.27º36.04%38.63%-
HSV(B)271.27º52.99%52.55%-
XYZ11.347.9923.5-
YUV82.16157.26140.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=33.67%
G=21.21%
B=45.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100631340.250.5300.47271.2736.0438.63
Hex643F86193502F10f2427
Octal1447720631650574174447
Binary110010011111110000110110011101010101111100001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,63,134); }

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

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

 a { background-color: rgb(100,63,134); }

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

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

 span { border-color: rgb(100,63,134); }

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