#644186

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

Shades of Kingfisher Daisy #644186

Tints of Kingfisher Daisy #644186

Color information

#644186 (or 0x644186) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 41 and 86. RGB value is (100,65,134). Sum of RGB (Red+Green+Blue) = 100+65+134=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #644186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644186 is #9BBE79. Grayscale: #535353. Windows color (decimal): -10206842 or 8798564. OLE color: 8798564.

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

Color convert

RGB10065134-
CMYK0.250.5100.47
HSL270.43º34.67%39.02%-
HSV(B)270.43º51.49%52.55%-
XYZ11.458.2123.54-
YUV83.33156.6139.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=33.44%
G=21.74%
B=44.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100651340.250.5100.47270.4334.6739.02
Hex644186193302F10e2327
Octal14410120631630574164347
Binary1100100100000110000110110011100110101111100001110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644186; }

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

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

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

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

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

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

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

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