#664B93

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

Shades of Butterfly Bush #664B93

Tints of Butterfly Bush #664B93

Color information

#664B93 (or 0x664B93) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4B and 93. RGB value is (102,75,147). Sum of RGB (Red+Green+Blue) = 102+75+147=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #664B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664B93 is #99B46C. Grayscale: #5B5B5B. Windows color (decimal): -10073197 or 9653094. OLE color: 9653094.

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

Color convert

RGB10275147-
CMYK0.310.4900.42
HSL262.5º32.43%43.53%-
HSV(B)262.5º48.98%57.65%-
XYZ13.269.9628.83-
YUV91.28159.45135.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=31.48%
G=23.15%
B=45.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102751470.310.4900.42262.532.4343.53
Hex664B931F3102A106202c
Octal14611322337610524064054
Binary1100110100101110010011111111100010101010100000110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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