Html Css Color HEX #685991 Butterfly Bush

📋 copy color: '#685991'

red 104 ◦ green 89 ◦ blue 145

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

Shades of Butterfly Bush #685991

Tints of Butterfly Bush #685991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 30.77%
G = 26.33%
B = 42.9%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685991 (or 0x685991) is known color: Butterfly Bush. HEX triplet: 68, 59 and 91. RGB value is (104,89,145). Sum of RGB (Red+Green+Blue) = 104+89+145=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #685991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685991 is #97A66E. Grayscale: #636363. Windows color (decimal): -9938543 or 9525608. OLE color: 9525608.

HSL color Cylindrical-coordinate representation of color #685991: hue angle of 256.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685991 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 89 145 -
CMYK 0.28 0.39 0 0.43
HSL 256.07º 0.24% 0.46% -
HSV(B) 256.07º 0.39% 0.57% -
XYZ 14.39 12.13 28.37 -
YUV 99.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 104 89 145 0.28 0.39 0 0.43 256.07 0.24 0.46
Hex 68 59 91 1C 27 0 2B 100 18 2E
Octal 150 131 221 34 47 0 53 400 30 56
Binary 1101000 1011001 10010001 11100 100111 0 101011 100000000 11000 101110

Color Harmonies of #685991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685991

Black with #685991

Text Example


Text Example

White with #685991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685991; }

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

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

background-color css

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

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

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

border-color css

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

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

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