Html Css Color HEX #685289 Butterfly Bush

📋 copy color: '#685289'

red 104 ◦ green 82 ◦ blue 137

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

Shades of Butterfly Bush #685289

Tints of Butterfly Bush #685289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 32.2%
G = 25.39%
B = 42.41%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#685289 (or 0x685289) is known color: Butterfly Bush. HEX triplet: 68, 52 and 89. RGB value is (104,82,137). Sum of RGB (Red+Green+Blue) = 104+82+137=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #685289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685289 is #97AD76. Grayscale: #5E5E5E. Windows color (decimal): -9940343 or 8999528. OLE color: 8999528.

HSL color Cylindrical-coordinate representation of color #685289: hue angle of 264º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685289 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 82 137 -
CMYK 0.24 0.40 0 0.46
HSL 264º 0.25% 0.43% -
HSV(B) 264º 0.4% 0.54% -
XYZ 13.24 10.78 25.05 -
YUV 94.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 104 82 137 0.24 0.40 0 0.46 264 0.25 0.43
Hex 68 52 89 18 28 0 2E 108 19 2B
Octal 150 122 211 30 50 0 56 410 31 53
Binary 1101000 1010010 10001001 11000 101000 0 101110 100001000 11001 101011

Color Harmonies of #685289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685289

Black with #685289

Text Example


Text Example

White with #685289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685289; }

 p { color: rgb(104,82,137); }

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

background-color css

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

 a { background-color: rgb(104,82,137); }

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

border-color css

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

 span { border-color: rgb(104,82,137); }

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