Html Css Color HEX #685099 Butterfly Bush

📋 copy color: '#685099'

red 104 ◦ green 80 ◦ blue 153

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

Shades of Butterfly Bush #685099

Tints of Butterfly Bush #685099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 30.86%
G = 23.74%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685099 (or 0x685099) is known color: Butterfly Bush. HEX triplet: 68, 50 and 99. RGB value is (104,80,153). Sum of RGB (Red+Green+Blue) = 104+80+153=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #685099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685099 is #97AF66. Grayscale: #5F5F5F. Windows color (decimal): -9940839 or 10047592. OLE color: 10047592.

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

Color convert

RGB 104 80 153 -
CMYK 0.32 0.48 0 0.4
HSL 259.73º 0.31% 0.46% -
HSV(B) 259.73º 0.48% 0.6% -
XYZ 14.33 10.98 31.5 -
YUV 95.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 104 80 153 0.32 0.48 0 0.4 259.73 0.31 0.46
Hex 68 50 99 20 30 0 28 104 1F 2E
Octal 150 120 231 40 60 0 50 404 37 56
Binary 1101000 1010000 10011001 100000 110000 0 101000 100000100 11111 101110

Color Harmonies of #685099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685099

Black with #685099

Text Example


Text Example

White with #685099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685099; }

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

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

background-color css

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

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

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

border-color css

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

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

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