Html Css Color HEX #685584 Butterfly Bush

📋 copy color: '#685584'

red 104 ◦ green 85 ◦ blue 132

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

Shades of Butterfly Bush #685584

Tints of Butterfly Bush #685584

RGB

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

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

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

R = 32.4%
G = 26.48%
B = 41.12%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#685584 (or 0x685584) is known color: Butterfly Bush. HEX triplet: 68, 55 and 84. RGB value is (104,85,132). Sum of RGB (Red+Green+Blue) = 104+85+132=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #685584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685584 is #97AA7B. Grayscale: #5F5F5F. Windows color (decimal): -9939580 or 8672616. OLE color: 8672616.

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

Color convert

RGB 104 85 132 -
CMYK 0.21 0.36 0 0.48
HSL 264.26º 0.22% 0.43% -
HSV(B) 264.26º 0.36% 0.52% -
XYZ 13.12 11.11 23.28 -
YUV 96.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 104 85 132 0.21 0.36 0 0.48 264.26 0.22 0.43
Hex 68 55 84 15 24 0 30 108 16 2B
Octal 150 125 204 25 44 0 60 410 26 53
Binary 1101000 1010101 10000100 10101 100100 0 110000 100001000 10110 101011

Color Harmonies of #685584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685584

Black with #685584

Text Example


Text Example

White with #685584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685584; }

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

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

background-color css

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

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

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

border-color css

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

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

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