Html Css Color HEX #684D8E Butterfly Bush

📋 copy color: '#684D8E'

red 104 ◦ green 77 ◦ blue 142

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

Shades of Butterfly Bush #684D8E

Tints of Butterfly Bush #684D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 142 (55.86% from 255) = 43.96%

R = 32.2%
G = 23.84%
B = 43.96%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#684D8E (or 0x684D8E) is known color: Butterfly Bush. HEX triplet: 68, 4D and 8E. RGB value is (104,77,142). Sum of RGB (Red+Green+Blue) = 104+77+142=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #684D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D8E is #97B271. Grayscale: #5C5C5C. Windows color (decimal): -9941618 or 9325928. OLE color: 9325928.

HSL color Cylindrical-coordinate representation of color #684D8E: hue angle of 264.92º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684D8E is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 77 142 -
CMYK 0.27 0.46 0 0.44
HSL 264.92º 0.3% 0.43% -
HSV(B) 264.92º 0.46% 0.56% -
XYZ 13.25 10.2 26.86 -
YUV 92.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 104 77 142 0.27 0.46 0 0.44 264.92 0.3 0.43
Hex 68 4D 8E 1B 2E 0 2C 109 1E 2B
Octal 150 115 216 33 56 0 54 411 36 53
Binary 1101000 1001101 10001110 11011 101110 0 101100 100001001 11110 101011

Color Harmonies of #684D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D8E

Black with #684D8E

Text Example


Text Example

White with #684D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,142); }

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

background-color css

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

 a { background-color: rgb(104,77,142); }

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

border-color css

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

 span { border-color: rgb(104,77,142); }

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