Html Css Color HEX #684C8C Butterfly Bush

📋 copy color: '#684C8C'

red 104 ◦ green 76 ◦ blue 140

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

Shades of Butterfly Bush #684C8C

Tints of Butterfly Bush #684C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 32.5%
G = 23.75%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#684C8C (or 0x684C8C) is known color: Butterfly Bush. HEX triplet: 68, 4C and 8C. RGB value is (104,76,140). Sum of RGB (Red+Green+Blue) = 104+76+140=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #684C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C8C is #97B373. Grayscale: #5B5B5B. Windows color (decimal): -9941876 or 9194600. OLE color: 9194600.

HSL color Cylindrical-coordinate representation of color #684C8C: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684C8C is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 76 140 -
CMYK 0.26 0.46 0 0.45
HSL 266.25º 0.3% 0.42% -
HSV(B) 266.25º 0.46% 0.55% -
XYZ 13.03 10.01 26.06 -
YUV 91.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 104 76 140 0.26 0.46 0 0.45 266.25 0.3 0.42
Hex 68 4C 8C 1A 2E 0 2D 10A 1E 2A
Octal 150 114 214 32 56 0 55 412 36 52
Binary 1101000 1001100 10001100 11010 101110 0 101101 100001010 11110 101010

Color Harmonies of #684C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C8C

Black with #684C8C

Text Example


Text Example

White with #684C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,76,140); }

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

background-color css

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

 a { background-color: rgb(104,76,140); }

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

border-color css

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

 span { border-color: rgb(104,76,140); }

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