#665682

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

Shades of Butterfly Bush #665682

Tints of Butterfly Bush #665682

Color information

#665682 (or 0x665682) is unknown color: approx Butterfly Bush. HEX triplet: 66, 56 and 82. RGB value is (102,86,130). Sum of RGB (Red+Green+Blue) = 102+86+130=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #665682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665682 is #99A97D. Grayscale: #5F5F5F. Windows color (decimal): -10070398 or 8541798. OLE color: 8541798.

HSL color Cylindrical-coordinate representation of color #665682: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665682 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10286130-
CMYK0.220.3400.49
HSL261.82º20.37%42.35%-
HSV(B)261.82º33.85%50.98%-
XYZ12.8411.0922.58-
YUV95.8147.3132.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=32.08%
G=27.04%
B=40.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102861300.220.3400.49261.8220.3742.35
Hex6656821622031106142a
Octal14612620226420614062452
Binary110011010101101000001010110100010011000110000011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665682; }

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

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

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

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

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

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

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

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