Html Css Color HEX #685989 Butterfly Bush

📋 copy color: '#685989'

red 104 ◦ green 89 ◦ blue 137

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

Shades of Butterfly Bush #685989

Tints of Butterfly Bush #685989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 31.52%
G = 26.97%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#685989 (or 0x685989) is known color: Butterfly Bush. HEX triplet: 68, 59 and 89. RGB value is (104,89,137). Sum of RGB (Red+Green+Blue) = 104+89+137=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #685989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685989 is #97A676. Grayscale: #626262. Windows color (decimal): -9938551 or 9001320. OLE color: 9001320.

HSL color Cylindrical-coordinate representation of color #685989: hue angle of 258.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685989 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 89 137 -
CMYK 0.24 0.35 0 0.46
HSL 258.75º 0.21% 0.44% -
HSV(B) 258.75º 0.35% 0.54% -
XYZ 13.8 11.89 25.24 -
YUV 98.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 104 89 137 0.24 0.35 0 0.46 258.75 0.21 0.44
Hex 68 59 89 18 23 0 2E 103 15 2C
Octal 150 131 211 30 43 0 56 403 25 54
Binary 1101000 1011001 10001001 11000 100011 0 101110 100000011 10101 101100

Color Harmonies of #685989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685989

Black with #685989

Text Example


Text Example

White with #685989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685989; }

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

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

background-color css

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

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

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

border-color css

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

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

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