Html Css Color HEX #685580 Butterfly Bush

📋 copy color: '#685580'

red 104 ◦ green 85 ◦ blue 128

#685580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #685580

Tints of Butterfly Bush #685580

RGB

 RED value IS 104 (41.02% from 255) = 32.81%

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 32.81%
G = 26.81%
B = 40.38%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#685580 (or 0x685580) is known color: Butterfly Bush. HEX triplet: 68, 55 and 80. RGB value is (104,85,128). Sum of RGB (Red+Green+Blue) = 104+85+128=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 85 (33.59% from 255 or 26.81% 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 #685580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685580 is #97AA7F. Grayscale: #5F5F5F. Windows color (decimal): -9939584 or 8410472. OLE color: 8410472.

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

Color convert

RGB 104 85 128 -
CMYK 0.19 0.34 0 0.50
HSL 266.51º 0.2% 0.42% -
HSV(B) 266.51º 0.34% 0.5% -
XYZ 12.85 11 21.87 -
YUV 95.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 104 85 128 0.19 0.34 0 0.50 266.51 0.2 0.42
Hex 68 55 80 13 22 0 32 10B 14 2A
Octal 150 125 200 23 42 0 62 413 24 52
Binary 1101000 1010101 10000000 10011 100010 0 110010 100001011 10100 101010

Color Harmonies of #685580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685580

Black with #685580

Text Example


Text Example

White with #685580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685580; }

 p { color: rgb(104,85,128); }

 H1.HeaderClassName
 {
   color: #685580;
 }
 .AnyTagClassName
 {
   color: #685580;
 }
</style>

background-color css

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

 a { background-color: rgb(104,85,128); }

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

border-color css

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

 span { border-color: rgb(104,85,128); }

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