Html Css Color HEX #685380 Butterfly Bush

📋 copy color: '#685380'

red 104 ◦ green 83 ◦ blue 128

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

Shades of Butterfly Bush #685380

Tints of Butterfly Bush #685380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 33.02%
G = 26.35%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#685380 (or 0x685380) is known color: Butterfly Bush. HEX triplet: 68, 53 and 80. RGB value is (104,83,128). Sum of RGB (Red+Green+Blue) = 104+83+128=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #685380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685380 is #97AC7F. Grayscale: #5E5E5E. Windows color (decimal): -9940096 or 8409960. OLE color: 8409960.

HSL color Cylindrical-coordinate representation of color #685380: hue angle of 268º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685380 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 83 128 -
CMYK 0.19 0.35 0 0.50
HSL 268º 0.21% 0.41% -
HSV(B) 268º 0.35% 0.5% -
XYZ 12.7 10.69 21.82 -
YUV 94.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 104 83 128 0.19 0.35 0 0.50 268 0.21 0.41
Hex 68 53 80 13 23 0 32 10C 15 29
Octal 150 123 200 23 43 0 62 414 25 51
Binary 1101000 1010011 10000000 10011 100011 0 110010 100001100 10101 101001

Color Harmonies of #685380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685380

Black with #685380

Text Example


Text Example

White with #685380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685380; }

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

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

background-color css

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

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

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

border-color css

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

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

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