#664A8B

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

Shades of Butterfly Bush #664A8B

Tints of Butterfly Bush #664A8B

Color information

#664A8B (or 0x664A8B) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4A and 8B. RGB value is (102,74,139). Sum of RGB (Red+Green+Blue) = 102+74+139=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #664A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A8B is #99B574. Grayscale: #595959. Windows color (decimal): -10073461 or 9128550. OLE color: 9128550.

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

Color convert

RGB10274139-
CMYK0.270.4700.45
HSL265.85º30.52%41.76%-
HSV(B)265.85º46.76%54.51%-
XYZ12.599.5925.61-
YUV89.78155.78136.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=32.38%
G=23.49%
B=44.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102741390.270.4700.45265.8530.5241.76
Hex664A8B1B2F02D10a1f2a
Octal14611221333570554123752
Binary110011010010101000101111011101111010110110000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,74,139); }

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

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

 a { background-color: rgb(102,74,139); }

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

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

 span { border-color: rgb(102,74,139); }

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