Html Css Color HEX #685284 Butterfly Bush

📋 copy color: '#685284'

red 104 ◦ green 82 ◦ blue 132

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

Shades of Butterfly Bush #685284

Tints of Butterfly Bush #685284

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 32.7%
G = 25.79%
B = 41.51%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#685284 (or 0x685284) is known color: Butterfly Bush. HEX triplet: 68, 52 and 84. RGB value is (104,82,132). Sum of RGB (Red+Green+Blue) = 104+82+132=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #685284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685284 is #97AD7B. Grayscale: #5E5E5E. Windows color (decimal): -9940348 or 8671848. OLE color: 8671848.

HSL color Cylindrical-coordinate representation of color #685284: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685284 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 82 132 -
CMYK 0.21 0.38 0 0.48
HSL 266.4º 0.23% 0.42% -
HSV(B) 266.4º 0.38% 0.52% -
XYZ 12.89 10.64 23.2 -
YUV 94.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 104 82 132 0.21 0.38 0 0.48 266.4 0.23 0.42
Hex 68 52 84 15 26 0 30 10A 17 2A
Octal 150 122 204 25 46 0 60 412 27 52
Binary 1101000 1010010 10000100 10101 100110 0 110000 100001010 10111 101010

Color Harmonies of #685284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685284

Black with #685284

Text Example


Text Example

White with #685284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685284; }

 p { color: rgb(104,82,132); }

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

background-color css

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

 a { background-color: rgb(104,82,132); }

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

border-color css

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

 span { border-color: rgb(104,82,132); }

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