#684F85

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

Shades of Butterfly Bush #684F85

Tints of Butterfly Bush #684F85

Color information

#684F85 (or 0x684F85) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4F and 85. RGB value is (104,79,133). Sum of RGB (Red+Green+Blue) = 104+79+133=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #684F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F85 is #97B07A. Grayscale: #5C5C5C. Windows color (decimal): -9941115 or 8736616. OLE color: 8736616.

HSL color Cylindrical-coordinate representation of color #684F85: hue angle of 267.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #684F85 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10479133-
CMYK0.220.4100.48
HSL267.78º25.47%41.57%-
HSV(B)267.78º40.6%52.16%-
XYZ12.7410.2323.49-
YUV92.63150.78136.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=32.91%
G=25%
B=42.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104791330.220.4100.48267.7825.4741.57
Hex684F85162903010c192a
Octal15011720526510604143152
Binary110100010011111000010110110101001011000010000110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684F85; }

 p { color: rgb(104,79,133); }

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

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

 a { background-color: rgb(104,79,133); }

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

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

 span { border-color: rgb(104,79,133); }

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