#664F93

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

Shades of Butterfly Bush #664F93

Tints of Butterfly Bush #664F93

Color information

#664F93 (or 0x664F93) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4F and 93. RGB value is (102,79,147). Sum of RGB (Red+Green+Blue) = 102+79+147=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #664F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664F93 is #99B06C. Grayscale: #5D5D5D. Windows color (decimal): -10072173 or 9654118. OLE color: 9654118.

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

Color convert

RGB10279147-
CMYK0.310.4600.42
HSL260.29º30.09%44.31%-
HSV(B)260.29º46.26%57.65%-
XYZ13.5410.5228.92-
YUV93.63158.12133.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=31.10%
G=24.09%
B=44.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102791470.310.4600.42260.2930.0944.31
Hex664F931F2E02A1041e2c
Octal14611722337560524043654
Binary110011010011111001001111111101110010101010000010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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