Html Css Color HEX #685199 Butterfly Bush

📋 copy color: '#685199'

red 104 ◦ green 81 ◦ blue 153

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

Shades of Butterfly Bush #685199

Tints of Butterfly Bush #685199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

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

R = 30.77%
G = 23.96%
B = 45.27%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685199 (or 0x685199) is known color: Butterfly Bush. HEX triplet: 68, 51 and 99. RGB value is (104,81,153). Sum of RGB (Red+Green+Blue) = 104+81+153=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #685199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685199 is #97AE66. Grayscale: #5F5F5F. Windows color (decimal): -9940583 or 10047848. OLE color: 10047848.

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

Color convert

RGB 104 81 153 -
CMYK 0.32 0.47 0 0.4
HSL 259.17º 0.31% 0.46% -
HSV(B) 259.17º 0.47% 0.6% -
XYZ 14.4 11.13 31.53 -
YUV 96.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 104 81 153 0.32 0.47 0 0.4 259.17 0.31 0.46
Hex 68 51 99 20 2F 0 28 103 1F 2E
Octal 150 121 231 40 57 0 50 403 37 56
Binary 1101000 1010001 10011001 100000 101111 0 101000 100000011 11111 101110

Color Harmonies of #685199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685199

Black with #685199

Text Example


Text Example

White with #685199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685199; }

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

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

background-color css

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

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

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

border-color css

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

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

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