Html Css Color HEX #685599 Butterfly Bush

📋 copy color: '#685599'

red 104 ◦ green 85 ◦ blue 153

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

Shades of Butterfly Bush #685599

Tints of Butterfly Bush #685599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

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

R = 30.41%
G = 24.85%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685599 (or 0x685599) is known color: Butterfly Bush. HEX triplet: 68, 55 and 99. RGB value is (104,85,153). Sum of RGB (Red+Green+Blue) = 104+85+153=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #685599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685599 is #97AA66. Grayscale: #626262. Windows color (decimal): -9939559 or 10048872. OLE color: 10048872.

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

Color convert

RGB 104 85 153 -
CMYK 0.32 0.44 0 0.4
HSL 256.76º 0.29% 0.47% -
HSV(B) 256.76º 0.44% 0.6% -
XYZ 14.71 11.74 31.63 -
YUV 98.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 104 85 153 0.32 0.44 0 0.4 256.76 0.29 0.47
Hex 68 55 99 20 2C 0 28 101 1D 2F
Octal 150 125 231 40 54 0 50 401 35 57
Binary 1101000 1010101 10011001 100000 101100 0 101000 100000001 11101 101111

Color Harmonies of #685599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685599

Black with #685599

Text Example


Text Example

White with #685599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685599; }

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

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

background-color css

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

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

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

border-color css

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

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

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