#664D90

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

Shades of Butterfly Bush #664D90

Tints of Butterfly Bush #664D90

Color information

#664D90 (or 0x664D90) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4D and 90. RGB value is (102,77,144). Sum of RGB (Red+Green+Blue) = 102+77+144=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #664D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D90 is #99B26F. Grayscale: #5B5B5B. Windows color (decimal): -10072688 or 9456998. OLE color: 9456998.

HSL color Cylindrical-coordinate representation of color #664D90: hue angle of 262.39º degrees, saturation: 0.3, 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 #664D90 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10277144-
CMYK0.290.4700.44
HSL262.39º30.32%43.33%-
HSV(B)262.39º46.53%56.47%-
XYZ13.1710.1527.65-
YUV92.11157.28135.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=31.58%
G=23.84%
B=44.58%

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
Decimal102771440.290.4700.44262.3930.3243.33
Hex664D901D2F02C1061e2b
Octal14611522035570544063653
Binary110011010011011001000011101101111010110010000011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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