#665693

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

Shades of Butterfly Bush #665693

Tints of Butterfly Bush #665693

Color information

#665693 (or 0x665693) is unknown color: approx Butterfly Bush. HEX triplet: 66, 56 and 93. RGB value is (102,86,147). Sum of RGB (Red+Green+Blue) = 102+86+147=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #665693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665693 is #99A96C. Grayscale: #616161. Windows color (decimal): -10070381 or 9655910. OLE color: 9655910.

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

Color convert

RGB10286147-
CMYK0.310.4100.42
HSL255.74º26.18%45.69%-
HSV(B)255.74º41.5%57.65%-
XYZ14.0711.5929.1-
YUV97.74155.8131.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=30.45%
G=25.67%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102861470.310.4100.42255.7426.1845.69
Hex6656931F2902A1001a2e
Octal14612622337510524003256
Binary110011010101101001001111111101001010101010000000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665693; }

 p { color: rgb(102,86,147); }

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

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

 a { background-color: rgb(102,86,147); }

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

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

 span { border-color: rgb(102,86,147); }

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