Html Css Color HEX #684A89 Butterfly Bush

📋 copy color: '#684A89'

red 104 ◦ green 74 ◦ blue 137

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

Shades of Butterfly Bush #684A89

Tints of Butterfly Bush #684A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 33.02%
G = 23.49%
B = 43.49%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#684A89 (or 0x684A89) is known color: Butterfly Bush. HEX triplet: 68, 4A and 89. RGB value is (104,74,137). Sum of RGB (Red+Green+Blue) = 104+74+137=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #684A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A89 is #97B576. Grayscale: #595959. Windows color (decimal): -9942391 or 8997480. OLE color: 8997480.

HSL color Cylindrical-coordinate representation of color #684A89: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684A89 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 74 137 -
CMYK 0.24 0.46 0 0.46
HSL 268.57º 0.3% 0.41% -
HSV(B) 268.57º 0.46% 0.54% -
XYZ 12.67 9.65 24.86 -
YUV 90.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 104 74 137 0.24 0.46 0 0.46 268.57 0.3 0.41
Hex 68 4A 89 18 2E 0 2E 10D 1E 29
Octal 150 112 211 30 56 0 56 415 36 51
Binary 1101000 1001010 10001001 11000 101110 0 101110 100001101 11110 101001

Color Harmonies of #684A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A89

Black with #684A89

Text Example


Text Example

White with #684A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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