#665494

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

Shades of Butterfly Bush #665494

Tints of Butterfly Bush #665494

Color information

#665494 (or 0x665494) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 94. RGB value is (102,84,148). Sum of RGB (Red+Green+Blue) = 102+84+148=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #665494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665494 is #99AB6B. Grayscale: #606060. Windows color (decimal): -10070892 or 9720934. OLE color: 9720934.

HSL color Cylindrical-coordinate representation of color #665494: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665494 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10284148-
CMYK0.310.4300.42
HSL256.88º27.59%45.49%-
HSV(B)256.88º43.24%58.04%-
XYZ1411.329.46-
YUV96.68156.96131.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=30.54%
G=25.15%
B=44.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102841480.310.4300.42256.8827.5945.49
Hex6654941F2B02A1011c2d
Octal14612422437530524013455
Binary110011010101001001010011111101011010101010000000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665494; }

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

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

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

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

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

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

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

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