#665994

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

Shades of Butterfly Bush #665994

Tints of Butterfly Bush #665994

Color information

#665994 (or 0x665994) is unknown color: approx Butterfly Bush. HEX triplet: 66, 59 and 94. RGB value is (102,89,148). Sum of RGB (Red+Green+Blue) = 102+89+148=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #665994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665994 is #99A66B. Grayscale: #636363. Windows color (decimal): -10069612 or 9722214. OLE color: 9722214.

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

Color convert

RGB10289148-
CMYK0.310.4000.42
HSL253.22º24.89%46.47%-
HSV(B)253.22º39.86%58.04%-
XYZ14.412.1129.6-
YUV99.61155.31129.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=30.09%
G=26.25%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102891480.310.4000.42253.2224.8946.47
Hex6659941F2802Afd192e
Octal14613122437500523753156
Binary11001101011001100101001111110100001010101111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665994; }

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

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

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

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

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

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

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

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