Html Css Color HEX #684F84 Butterfly Bush

📋 copy color: '#684F84'

red 104 ◦ green 79 ◦ blue 132

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

Shades of Butterfly Bush #684F84

Tints of Butterfly Bush #684F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

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

R = 33.02%
G = 25.08%
B = 41.9%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#684F84 (or 0x684F84) is known color: Butterfly Bush. HEX triplet: 68, 4F and 84. RGB value is (104,79,132). Sum of RGB (Red+Green+Blue) = 104+79+132=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #684F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F84 is #97B07B. Grayscale: #5C5C5C. Windows color (decimal): -9941116 or 8671080. OLE color: 8671080.

HSL color Cylindrical-coordinate representation of color #684F84: hue angle of 268.3º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684F84 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 79 132 -
CMYK 0.21 0.40 0 0.48
HSL 268.3º 0.25% 0.41% -
HSV(B) 268.3º 0.4% 0.52% -
XYZ 12.67 10.2 23.13 -
YUV 92.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 104 79 132 0.21 0.40 0 0.48 268.3 0.25 0.41
Hex 68 4F 84 15 28 0 30 10C 19 29
Octal 150 117 204 25 50 0 60 414 31 51
Binary 1101000 1001111 10000100 10101 101000 0 110000 100001100 11001 101001

Color Harmonies of #684F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F84

Black with #684F84

Text Example


Text Example

White with #684F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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