Html Css Color HEX #685696 Butterfly Bush

📋 copy color: '#685696'

red 104 ◦ green 86 ◦ blue 150

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

Shades of Butterfly Bush #685696

Tints of Butterfly Bush #685696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 30.59%
G = 25.29%
B = 44.12%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685696 (or 0x685696) is known color: Butterfly Bush. HEX triplet: 68, 56 and 96. RGB value is (104,86,150). Sum of RGB (Red+Green+Blue) = 104+86+150=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #685696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685696 is #97A969. Grayscale: #626262. Windows color (decimal): -9939306 or 9852520. OLE color: 9852520.

HSL color Cylindrical-coordinate representation of color #685696: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #685696 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 86 150 -
CMYK 0.31 0.43 0 0.41
HSL 256.88º 0.27% 0.46% -
HSV(B) 256.88º 0.43% 0.59% -
XYZ 14.54 11.8 30.37 -
YUV 98.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 104 86 150 0.31 0.43 0 0.41 256.88 0.27 0.46
Hex 68 56 96 1F 2B 0 29 101 1B 2E
Octal 150 126 226 37 53 0 51 401 33 56
Binary 1101000 1010110 10010110 11111 101011 0 101001 100000001 11011 101110

Color Harmonies of #685696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685696

Black with #685696

Text Example


Text Example

White with #685696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685696; }

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

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

background-color css

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

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

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

border-color css

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

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

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