Html Css Color HEX #685899 Butterfly Bush

📋 copy color: '#685899'

red 104 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #685899

Tints of Butterfly Bush #685899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 30.14%
G = 25.51%
B = 44.35%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685899 (or 0x685899) is known color: Butterfly Bush. HEX triplet: 68, 58 and 99. RGB value is (104,88,153). Sum of RGB (Red+Green+Blue) = 104+88+153=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #685899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685899 is #97A766. Grayscale: #636363. Windows color (decimal): -9938791 or 10049640. OLE color: 10049640.

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

Color convert

RGB 104 88 153 -
CMYK 0.32 0.42 0 0.4
HSL 254.77º 0.27% 0.47% -
HSV(B) 254.77º 0.42% 0.6% -
XYZ 14.95 12.22 31.71 -
YUV 100.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 104 88 153 0.32 0.42 0 0.4 254.77 0.27 0.47
Hex 68 58 99 20 2A 0 28 FF 1B 2F
Octal 150 130 231 40 52 0 50 377 33 57
Binary 1101000 1011000 10011001 100000 101010 0 101000 11111111 11011 101111

Color Harmonies of #685899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685899

Black with #685899

Text Example


Text Example

White with #685899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685899; }

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

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

background-color css

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

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

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

border-color css

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

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

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