Html Css Color HEX #685484 Butterfly Bush

📋 copy color: '#685484'

red 104 ◦ green 84 ◦ blue 132

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

Shades of Butterfly Bush #685484

Tints of Butterfly Bush #685484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 32.5%
G = 26.25%
B = 41.25%

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

#685484 (or 0x685484) is known color: Butterfly Bush. HEX triplet: 68, 54 and 84. RGB value is (104,84,132). Sum of RGB (Red+Green+Blue) = 104+84+132=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #685484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685484 is #97AB7B. Grayscale: #5F5F5F. Windows color (decimal): -9939836 or 8672360. OLE color: 8672360.

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

Color convert

RGB 104 84 132 -
CMYK 0.21 0.36 0 0.48
HSL 265º 0.22% 0.42% -
HSV(B) 265º 0.36% 0.52% -
XYZ 13.04 10.95 23.26 -
YUV 95.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 104 84 132 0.21 0.36 0 0.48 265 0.22 0.42
Hex 68 54 84 15 24 0 30 109 16 2A
Octal 150 124 204 25 44 0 60 411 26 52
Binary 1101000 1010100 10000100 10101 100100 0 110000 100001001 10110 101010

Color Harmonies of #685484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685484

Black with #685484

Text Example


Text Example

White with #685484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685484; }

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

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

background-color css

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

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

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

border-color css

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

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

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