#675680

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

Shades of Butterfly Bush #675680

Tints of Butterfly Bush #675680

Color information

#675680 (or 0x675680) is unknown color: approx Butterfly Bush. HEX triplet: 67, 56 and 80. RGB value is (103,86,128). Sum of RGB (Red+Green+Blue) = 103+86+128=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #675680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675680 is #98A97F. Grayscale: #5F5F5F. Windows color (decimal): -10004864 or 8410727. OLE color: 8410727.

HSL color Cylindrical-coordinate representation of color #675680: hue angle of 264.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675680 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10386128-
CMYK0.200.3300.50
HSL264.29º19.63%41.96%-
HSV(B)264.29º32.81%50.2%-
XYZ12.8211.121.89-
YUV95.87146.13133.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=32.49%
G=27.13%
B=40.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103861280.200.3300.50264.2919.6341.96
Hex6756801421032108142a
Octal14712620024410624102452
Binary110011110101101000000010100100001011001010000100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675680; }

 p { color: rgb(103,86,128); }

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

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

 a { background-color: rgb(103,86,128); }

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

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

 span { border-color: rgb(103,86,128); }

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