Html Css Color HEX #685481 Butterfly Bush

📋 copy color: '#685481'

red 104 ◦ green 84 ◦ blue 129

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

Shades of Butterfly Bush #685481

Tints of Butterfly Bush #685481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 32.81%
G = 26.5%
B = 40.69%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685481 (or 0x685481) is known color: Butterfly Bush. HEX triplet: 68, 54 and 81. RGB value is (104,84,129). Sum of RGB (Red+Green+Blue) = 104+84+129=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #685481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685481 is #97AB7E. Grayscale: #5E5E5E. Windows color (decimal): -9939839 or 8475752. OLE color: 8475752.

HSL color Cylindrical-coordinate representation of color #685481: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685481 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 84 129 -
CMYK 0.19 0.35 0 0.49
HSL 266.67º 0.21% 0.42% -
HSV(B) 266.67º 0.35% 0.51% -
XYZ 12.84 10.87 22.19 -
YUV 95.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 104 84 129 0.19 0.35 0 0.49 266.67 0.21 0.42
Hex 68 54 81 13 23 0 31 10B 15 2A
Octal 150 124 201 23 43 0 61 413 25 52
Binary 1101000 1010100 10000001 10011 100011 0 110001 100001011 10101 101010

Color Harmonies of #685481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685481

Black with #685481

Text Example


Text Example

White with #685481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685481; }

 p { color: rgb(104,84,129); }

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

background-color css

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

 a { background-color: rgb(104,84,129); }

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

border-color css

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

 span { border-color: rgb(104,84,129); }

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