Html Css Color HEX #685181 Butterfly Bush

📋 copy color: '#685181'

red 104 ◦ green 81 ◦ blue 129

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

Shades of Butterfly Bush #685181

Tints of Butterfly Bush #685181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 33.12%
G = 25.8%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685181 (or 0x685181) is known color: Butterfly Bush. HEX triplet: 68, 51 and 81. RGB value is (104,81,129). Sum of RGB (Red+Green+Blue) = 104+81+129=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #685181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685181 is #97AE7E. Grayscale: #5D5D5D. Windows color (decimal): -9940607 or 8474984. OLE color: 8474984.

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

Color convert

RGB 104 81 129 -
CMYK 0.19 0.37 0 0.49
HSL 268.75º 0.23% 0.41% -
HSV(B) 268.75º 0.37% 0.51% -
XYZ 12.61 10.41 22.11 -
YUV 93.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 104 81 129 0.19 0.37 0 0.49 268.75 0.23 0.41
Hex 68 51 81 13 25 0 31 10D 17 29
Octal 150 121 201 23 45 0 61 415 27 51
Binary 1101000 1010001 10000001 10011 100101 0 110001 100001101 10111 101001

Color Harmonies of #685181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685181

Black with #685181

Text Example


Text Example

White with #685181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685181; }

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

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

background-color css

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

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

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

border-color css

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

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

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