Html Css Color HEX #685499 Butterfly Bush

📋 copy color: '#685499'

red 104 ◦ green 84 ◦ blue 153

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

Shades of Butterfly Bush #685499

Tints of Butterfly Bush #685499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 30.5%
G = 24.63%
B = 44.87%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685499 (or 0x685499) is known color: Butterfly Bush. HEX triplet: 68, 54 and 99. RGB value is (104,84,153). Sum of RGB (Red+Green+Blue) = 104+84+153=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #685499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685499 is #97AB66. Grayscale: #616161. Windows color (decimal): -9939815 or 10048616. OLE color: 10048616.

HSL color Cylindrical-coordinate representation of color #685499: hue angle of 257.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685499 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 84 153 -
CMYK 0.32 0.45 0 0.4
HSL 257.39º 0.29% 0.46% -
HSV(B) 257.39º 0.45% 0.6% -
XYZ 14.63 11.58 31.6 -
YUV 97.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 104 84 153 0.32 0.45 0 0.4 257.39 0.29 0.46
Hex 68 54 99 20 2D 0 28 101 1D 2E
Octal 150 124 231 40 55 0 50 401 35 56
Binary 1101000 1010100 10011001 100000 101101 0 101000 100000001 11101 101110

Color Harmonies of #685499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685499

Black with #685499

Text Example


Text Example

White with #685499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685499; }

 p { color: rgb(104,84,153); }

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

background-color css

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

 a { background-color: rgb(104,84,153); }

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

border-color css

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

 span { border-color: rgb(104,84,153); }

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