#642891

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

Shades of Kingfisher Daisy #642891

Tints of Kingfisher Daisy #642891

Color information

#642891 (or 0x642891) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 91. RGB value is (100,40,145). Sum of RGB (Red+Green+Blue) = 100+40+145=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #642891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642891 is #9BD76E. Grayscale: #454545. Windows color (decimal): -10213231 or 9513060. OLE color: 9513060.

HSL color Cylindrical-coordinate representation of color #642891: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642891 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10040145-
CMYK0.310.7200.43
HSL274.29º56.76%36.27%-
HSV(B)274.29º72.41%56.86%-
XYZ11.136.2727.41-
YUV69.91170.38149.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=35.09%
G=14.04%
B=50.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100401450.310.7200.43274.2956.7636.27
Hex6428911F4802B1123924
Octal14450221371100534227144
Binary1100100101000100100011111110010000101011100010010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642891; }

 p { color: rgb(100,40,145); }

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

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

 a { background-color: rgb(100,40,145); }

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

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

 span { border-color: rgb(100,40,145); }

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