#664B90

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

Shades of Butterfly Bush #664B90

Tints of Butterfly Bush #664B90

Color information

#664B90 (or 0x664B90) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4B and 90. RGB value is (102,75,144). Sum of RGB (Red+Green+Blue) = 102+75+144=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #664B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664B90 is #99B46F. Grayscale: #5A5A5A. Windows color (decimal): -10073200 or 9456486. OLE color: 9456486.

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

Color convert

RGB10275144-
CMYK0.290.4800.44
HSL263.48º31.51%42.94%-
HSV(B)263.48º47.92%56.47%-
XYZ13.039.8727.6-
YUV90.94157.95135.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=31.78%
G=23.36%
B=44.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102751440.290.4800.44263.4831.5142.94
Hex664B901D3002C107202b
Octal14611322035600544074053
Binary1100110100101110010000111011100000101100100000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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