#665695

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

Shades of Butterfly Bush #665695

Tints of Butterfly Bush #665695

Color information

#665695 (or 0x665695) is unknown color: approx Butterfly Bush. HEX triplet: 66, 56 and 95. RGB value is (102,86,149). Sum of RGB (Red+Green+Blue) = 102+86+149=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #665695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665695 is #99A96A. Grayscale: #616161. Windows color (decimal): -10070379 or 9786982. OLE color: 9786982.

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

Color convert

RGB10286149-
CMYK0.320.4200.42
HSL255.24º26.81%46.08%-
HSV(B)255.24º42.28%58.43%-
XYZ14.2311.6529.93-
YUV97.97156.8130.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=30.27%
G=25.52%
B=44.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102861490.320.4200.42255.2426.8146.08
Hex665695202A02Aff1b2e
Octal14612622540520523773356
Binary110011010101101001010110000010101001010101111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665695; }

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

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

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

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

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

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

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

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