#664B87

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

Shades of Butterfly Bush #664B87

Tints of Butterfly Bush #664B87

Color information

#664B87 (or 0x664B87) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4B and 87. RGB value is (102,75,135). Sum of RGB (Red+Green+Blue) = 102+75+135=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #664B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664B87 is #99B478. Grayscale: #595959. Windows color (decimal): -10073209 or 8866662. OLE color: 8866662.

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

Color convert

RGB10275135-
CMYK0.240.4400.47
HSL267º28.57%41.18%-
HSV(B)267º44.44%52.94%-
XYZ12.379.6124.12-
YUV89.91153.45136.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=32.69%
G=24.04%
B=43.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102751350.240.4400.4726728.5741.18
Hex664B87182C02F10b1d29
Octal14611320730540574133551
Binary110011010010111000011111000101100010111110000101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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