Html Css Color HEX #685081 Butterfly Bush

📋 copy color: '#685081'

red 104 ◦ green 80 ◦ blue 129

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

Shades of Butterfly Bush #685081

Tints of Butterfly Bush #685081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 33.23%
G = 25.56%
B = 41.21%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685081 (or 0x685081) is known color: Butterfly Bush. HEX triplet: 68, 50 and 81. RGB value is (104,80,129). Sum of RGB (Red+Green+Blue) = 104+80+129=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #685081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685081 is #97AF7E. Grayscale: #5C5C5C. Windows color (decimal): -9940863 or 8474728. OLE color: 8474728.

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

Color convert

RGB 104 80 129 -
CMYK 0.19 0.38 0 0.49
HSL 269.39º 0.23% 0.41% -
HSV(B) 269.39º 0.38% 0.51% -
XYZ 12.54 10.27 22.09 -
YUV 92.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 104 80 129 0.19 0.38 0 0.49 269.39 0.23 0.41
Hex 68 50 81 13 26 0 31 10D 17 29
Octal 150 120 201 23 46 0 61 415 27 51
Binary 1101000 1010000 10000001 10011 100110 0 110001 100001101 10111 101001

Color Harmonies of #685081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685081

Black with #685081

Text Example


Text Example

White with #685081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685081; }

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

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

background-color css

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

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

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

border-color css

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

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

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