#665495

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

Shades of Butterfly Bush #665495

Tints of Butterfly Bush #665495

Color information

#665495 (or 0x665495) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 95. RGB value is (102,84,149). Sum of RGB (Red+Green+Blue) = 102+84+149=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #665495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665495 is #99AB6A. Grayscale: #606060. Windows color (decimal): -10070891 or 9786470. OLE color: 9786470.

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

Color convert

RGB10284149-
CMYK0.320.4400.42
HSL256.62º27.9%45.69%-
HSV(B)256.62º43.62%58.43%-
XYZ14.0711.3429.88-
YUV96.79157.46131.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=30.45%
G=25.07%
B=44.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102841490.320.4400.42256.6227.945.69
Hex665495202C02A1011c2e
Octal14612422540540524013456
Binary1100110101010010010101100000101100010101010000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665495; }

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

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

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

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

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

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

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

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