#664F94

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

Shades of Butterfly Bush #664F94

Tints of Butterfly Bush #664F94

Color information

#664F94 (or 0x664F94) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4F and 94. RGB value is (102,79,148). Sum of RGB (Red+Green+Blue) = 102+79+148=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #664F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664F94 is #99B06B. Grayscale: #5D5D5D. Windows color (decimal): -10072172 or 9719654. OLE color: 9719654.

HSL color Cylindrical-coordinate representation of color #664F94: hue angle of 260º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664F94 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10279148-
CMYK0.310.4700.42
HSL260º30.4%44.51%-
HSV(B)260º46.62%58.04%-
XYZ13.6210.5529.34-
YUV93.74158.62133.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=31.00%
G=24.01%
B=44.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102791480.310.4700.4226030.444.51
Hex664F941F2F02A1041e2d
Octal14611722437570524043655
Binary110011010011111001010011111101111010101010000010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,148); }

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

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

 a { background-color: rgb(102,79,148); }

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

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

 span { border-color: rgb(102,79,148); }

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