#665387

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

Shades of Butterfly Bush #665387

Tints of Butterfly Bush #665387

Color information

#665387 (or 0x665387) is unknown color: approx Butterfly Bush. HEX triplet: 66, 53 and 87. RGB value is (102,83,135). Sum of RGB (Red+Green+Blue) = 102+83+135=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #665387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665387 is #99AC78. Grayscale: #5E5E5E. Windows color (decimal): -10071161 or 8868710. OLE color: 8868710.

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

Color convert

RGB10283135-
CMYK0.240.3900.47
HSL261.92º23.85%42.75%-
HSV(B)261.92º38.52%52.94%-
XYZ12.9510.7624.32-
YUV94.61150.79133.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=31.88%
G=25.94%
B=42.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102831350.240.3900.47261.9223.8542.75
Hex665387182702F106182b
Octal14612320730470574063053
Binary110011010100111000011111000100111010111110000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665387; }

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

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

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

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

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

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

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

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