#665386

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

Shades of Butterfly Bush #665386

Tints of Butterfly Bush #665386

Color information

#665386 (or 0x665386) is unknown color: approx Butterfly Bush. HEX triplet: 66, 53 and 86. RGB value is (102,83,134). Sum of RGB (Red+Green+Blue) = 102+83+134=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #665386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665386 is #99AC79. Grayscale: #5E5E5E. Windows color (decimal): -10071162 or 8803174. OLE color: 8803174.

HSL color Cylindrical-coordinate representation of color #665386: hue angle of 262.35º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665386 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10283134-
CMYK0.240.3800.47
HSL262.35º23.5%42.55%-
HSV(B)262.35º38.06%52.55%-
XYZ12.8810.7323.95-
YUV94.49150.29133.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=31.97%
G=26.02%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102831340.240.3800.47262.3523.542.55
Hex665386182602F106182b
Octal14612320630460574063053
Binary110011010100111000011011000100110010111110000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665386; }

 p { color: rgb(102,83,134); }

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

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

 a { background-color: rgb(102,83,134); }

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

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

 span { border-color: rgb(102,83,134); }

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