#66508E

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

Shades of Butterfly Bush #66508E

Tints of Butterfly Bush #66508E

Color information

#66508E (or 0x66508E) is unknown color: approx Butterfly Bush. HEX triplet: 66, 50 and 8E. RGB value is (102,80,142). Sum of RGB (Red+Green+Blue) = 102+80+142=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #66508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66508E is #99AF71. Grayscale: #5D5D5D. Windows color (decimal): -10071922 or 9326694. OLE color: 9326694.

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

Color convert

RGB10280142-
CMYK0.280.4400.44
HSL261.29º27.93%43.53%-
HSV(B)261.29º43.66%55.69%-
XYZ13.2310.5226.92-
YUV93.65155.29133.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=31.48%
G=24.69%
B=43.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102801420.280.4400.44261.2927.9343.53
Hex66508E1C2C02C1051c2c
Octal14612021634540544053454
Binary110011010100001000111011100101100010110010000010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66508E; }

 p { color: rgb(102,80,142); }

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

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

 a { background-color: rgb(102,80,142); }

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

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

 span { border-color: rgb(102,80,142); }

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