Html Css Color HEX #685686 Butterfly Bush

📋 copy color: '#685686'

red 104 ◦ green 86 ◦ blue 134

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

Shades of Butterfly Bush #685686

Tints of Butterfly Bush #685686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

 BLUE value IS 134 (52.73% from 255) = 41.36%

R = 32.1%
G = 26.54%
B = 41.36%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685686 (or 0x685686) is known color: Butterfly Bush. HEX triplet: 68, 56 and 86. RGB value is (104,86,134). Sum of RGB (Red+Green+Blue) = 104+86+134=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #685686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685686 is #97A979. Grayscale: #606060. Windows color (decimal): -9939322 or 8803944. OLE color: 8803944.

HSL color Cylindrical-coordinate representation of color #685686: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685686 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 86 134 -
CMYK 0.22 0.36 0 0.47
HSL 262.5º 0.22% 0.43% -
HSV(B) 262.5º 0.36% 0.53% -
XYZ 13.34 11.32 24.04 -
YUV 96.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 104 86 134 0.22 0.36 0 0.47 262.5 0.22 0.43
Hex 68 56 86 16 24 0 2F 106 16 2B
Octal 150 126 206 26 44 0 57 406 26 53
Binary 1101000 1010110 10000110 10110 100100 0 101111 100000110 10110 101011

Color Harmonies of #685686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685686

Black with #685686

Text Example


Text Example

White with #685686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685686; }

 p { color: rgb(104,86,134); }

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

background-color css

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

 a { background-color: rgb(104,86,134); }

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

border-color css

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

 span { border-color: rgb(104,86,134); }

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