#664E97

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

Shades of Butterfly Bush #664E97

Tints of Butterfly Bush #664E97

Color information

#664E97 (or 0x664E97) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4E and 97. RGB value is (102,78,151). Sum of RGB (Red+Green+Blue) = 102+78+151=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #664E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E97 is #99B168. Grayscale: #5D5D5D. Windows color (decimal): -10072425 or 9916006. OLE color: 9916006.

HSL color Cylindrical-coordinate representation of color #664E97: hue angle of 259.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664E97 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10278151-
CMYK0.320.4800.41
HSL259.73º31.88%44.9%-
HSV(B)259.73º48.34%59.22%-
XYZ13.7910.5130.58-
YUV93.5160.45134.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=30.82%
G=23.56%
B=45.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102781510.320.4800.41259.7331.8844.9
Hex664E972030029104202d
Octal14611622740600514044055
Binary11001101001110100101111000001100000101001100000100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,151); }

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

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

 a { background-color: rgb(102,78,151); }

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

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

 span { border-color: rgb(102,78,151); }

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