Html Css Color HEX #685B91 Butterfly Bush

📋 copy color: '#685B91'

red 104 ◦ green 91 ◦ blue 145

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

Shades of Butterfly Bush #685B91

Tints of Butterfly Bush #685B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 30.59%
G = 26.76%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685B91 (or 0x685B91) is known color: Butterfly Bush. HEX triplet: 68, 5B and 91. RGB value is (104,91,145). Sum of RGB (Red+Green+Blue) = 104+91+145=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #685B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B91 is #97A46E. Grayscale: #646464. Windows color (decimal): -9938031 or 9526120. OLE color: 9526120.

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

Color convert

RGB 104 91 145 -
CMYK 0.28 0.37 0 0.43
HSL 254.44º 0.23% 0.46% -
HSV(B) 254.44º 0.37% 0.57% -
XYZ 14.56 12.47 28.43 -
YUV 101.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 104 91 145 0.28 0.37 0 0.43 254.44 0.23 0.46
Hex 68 5B 91 1C 25 0 2B FE 17 2E
Octal 150 133 221 34 45 0 53 376 27 56
Binary 1101000 1011011 10010001 11100 100101 0 101011 11111110 10111 101110

Color Harmonies of #685B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B91

Black with #685B91

Text Example


Text Example

White with #685B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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