#664C90

Color #664C90 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #664C90

Tints of Butterfly Bush #664C90

Color information

#664C90 (or 0x664C90) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4C and 90. RGB value is (102,76,144). Sum of RGB (Red+Green+Blue) = 102+76+144=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #664C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664C90 is #99B36F. Grayscale: #5B5B5B. Windows color (decimal): -10072944 or 9456742. OLE color: 9456742.

HSL color Cylindrical-coordinate representation of color #664C90: hue angle of 262.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664C90 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10276144-
CMYK0.290.4700.44
HSL262.94º30.91%43.14%-
HSV(B)262.94º47.22%56.47%-
XYZ13.110.0127.63-
YUV91.53157.61135.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=31.68%
G=23.60%
B=44.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102761440.290.4700.44262.9430.9143.14
Hex664C901D2F02C1071f2b
Octal14611422035570544073753
Binary110011010011001001000011101101111010110010000011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C90; }

 p { color: rgb(102,76,144); }

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

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

 a { background-color: rgb(102,76,144); }

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

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

 span { border-color: rgb(102,76,144); }

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