#66598B

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

Shades of Butterfly Bush #66598B

Tints of Butterfly Bush #66598B

Color information

#66598B (or 0x66598B) is unknown color: approx Butterfly Bush. HEX triplet: 66, 59 and 8B. RGB value is (102,89,139). Sum of RGB (Red+Green+Blue) = 102+89+139=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #66598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66598B is #99A674. Grayscale: #626262. Windows color (decimal): -10069621 or 9132390. OLE color: 9132390.

HSL color Cylindrical-coordinate representation of color #66598B: hue angle of 255.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66598B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10289139-
CMYK0.270.3600.45
HSL255.6º21.93%44.71%-
HSV(B)255.6º35.97%54.51%-
XYZ13.7111.8325.99-
YUV98.59150.81130.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=30.91%
G=26.97%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102891390.270.3600.45255.621.9344.71
Hex66598B1B2402D100162d
Octal14613121333440554002655
Binary110011010110011000101111011100100010110110000000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66598B; }

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

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

<style>
 a { background-color: #66598B; }

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

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

<style>
 span { border-color: #66598B; }

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

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