Html Css Color HEX #684A8B Butterfly Bush

📋 copy color: '#684A8B'

red 104 ◦ green 74 ◦ blue 139

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

Shades of Butterfly Bush #684A8B

Tints of Butterfly Bush #684A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 32.81%
G = 23.34%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#684A8B (or 0x684A8B) is known color: Butterfly Bush. HEX triplet: 68, 4A and 8B. RGB value is (104,74,139). Sum of RGB (Red+Green+Blue) = 104+74+139=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #684A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A8B is #97B574. Grayscale: #5A5A5A. Windows color (decimal): -9942389 or 9128552. OLE color: 9128552.

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

Color convert

RGB 104 74 139 -
CMYK 0.25 0.47 0 0.45
HSL 267.69º 0.31% 0.42% -
HSV(B) 267.69º 0.47% 0.55% -
XYZ 12.82 9.7 25.62 -
YUV 90.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 104 74 139 0.25 0.47 0 0.45 267.69 0.31 0.42
Hex 68 4A 8B 19 2F 0 2D 10C 1F 2A
Octal 150 112 213 31 57 0 55 414 37 52
Binary 1101000 1001010 10001011 11001 101111 0 101101 100001100 11111 101010

Color Harmonies of #684A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A8B

Black with #684A8B

Text Example


Text Example

White with #684A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,139); }

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

background-color css

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

 a { background-color: rgb(104,74,139); }

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

border-color css

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

 span { border-color: rgb(104,74,139); }

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