Html Css Color HEX #685682 Butterfly Bush

📋 copy color: '#685682'

red 104 ◦ green 86 ◦ blue 130

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

Shades of Butterfly Bush #685682

Tints of Butterfly Bush #685682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 32.5%
G = 26.88%
B = 40.63%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685682 (or 0x685682) is known color: Butterfly Bush. HEX triplet: 68, 56 and 82. RGB value is (104,86,130). Sum of RGB (Red+Green+Blue) = 104+86+130=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #685682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685682 is #97A97D. Grayscale: #606060. Windows color (decimal): -9939326 or 8541800. OLE color: 8541800.

HSL color Cylindrical-coordinate representation of color #685682: hue angle of 264.55º 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 #685682 is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 86 130 -
CMYK 0.2 0.34 0 0.49
HSL 264.55º 0.2% 0.42% -
HSV(B) 264.55º 0.34% 0.51% -
XYZ 13.07 11.21 22.59 -
YUV 96.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 104 86 130 0.2 0.34 0 0.49 264.55 0.2 0.42
Hex 68 56 82 14 22 0 31 109 14 2A
Octal 150 126 202 24 42 0 61 411 24 52
Binary 1101000 1010110 10000010 10100 100010 0 110001 100001001 10100 101010

Color Harmonies of #685682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685682

Black with #685682

Text Example


Text Example

White with #685682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685682; }

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

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

background-color css

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

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

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

border-color css

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

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

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