Html Css Color HEX #685399 Butterfly Bush

📋 copy color: '#685399'

red 104 ◦ green 83 ◦ blue 153

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

Shades of Butterfly Bush #685399

Tints of Butterfly Bush #685399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 30.59%
G = 24.41%
B = 45%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685399 (or 0x685399) is known color: Butterfly Bush. HEX triplet: 68, 53 and 99. RGB value is (104,83,153). Sum of RGB (Red+Green+Blue) = 104+83+153=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #685399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685399 is #97AC66. Grayscale: #616161. Windows color (decimal): -9940071 or 10048360. OLE color: 10048360.

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

Color convert

RGB 104 83 153 -
CMYK 0.32 0.46 0 0.4
HSL 258º 0.3% 0.46% -
HSV(B) 258º 0.46% 0.6% -
XYZ 14.55 11.43 31.58 -
YUV 97.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 104 83 153 0.32 0.46 0 0.4 258 0.3 0.46
Hex 68 53 99 20 2E 0 28 102 1E 2E
Octal 150 123 231 40 56 0 50 402 36 56
Binary 1101000 1010011 10011001 100000 101110 0 101000 100000010 11110 101110

Color Harmonies of #685399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685399

Black with #685399

Text Example


Text Example

White with #685399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685399; }

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

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

background-color css

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

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

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

border-color css

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

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

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