#644282

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

Shades of Kingfisher Daisy #644282

Tints of Kingfisher Daisy #644282

Color information

#644282 (or 0x644282) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 42 and 82. RGB value is (100,66,130). Sum of RGB (Red+Green+Blue) = 100+66+130=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #644282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644282 is #9BBD7D. Grayscale: #535353. Windows color (decimal): -10206590 or 8536676. OLE color: 8536676.

HSL color Cylindrical-coordinate representation of color #644282: hue angle of 271.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644282 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10066130-
CMYK0.230.4900.49
HSL271.88º32.65%38.43%-
HSV(B)271.88º49.23%50.98%-
XYZ11.238.2222.11-
YUV83.46154.26139.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=33.78%
G=22.30%
B=43.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100661300.230.4900.49271.8832.6538.43
Hex64428217310311102126
Octal14410220227610614204146
Binary1100100100001010000010101111100010110001100010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644282; }

 p { color: rgb(100,66,130); }

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

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

 a { background-color: rgb(100,66,130); }

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

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

 span { border-color: rgb(100,66,130); }

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