Html Css Color HEX #68549D Butterfly Bush

📋 copy color: '#68549D'

red 104 ◦ green 84 ◦ blue 157

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

Shades of Butterfly Bush #68549D

Tints of Butterfly Bush #68549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 30.14%
G = 24.35%
B = 45.51%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68549D (or 0x68549D) is known color: Butterfly Bush. HEX triplet: 68, 54 and 9D. RGB value is (104,84,157). Sum of RGB (Red+Green+Blue) = 104+84+157=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #68549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68549D is #97AB62. Grayscale: #626262. Windows color (decimal): -9939811 or 10310760. OLE color: 10310760.

HSL color Cylindrical-coordinate representation of color #68549D: hue angle of 256.44º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68549D is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 84 157 -
CMYK 0.34 0.46 0 0.38
HSL 256.44º 0.3% 0.47% -
HSV(B) 256.44º 0.46% 0.62% -
XYZ 14.97 11.72 33.37 -
YUV 98.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 104 84 157 0.34 0.46 0 0.38 256.44 0.3 0.47
Hex 68 54 9D 22 2E 0 26 100 1E 2F
Octal 150 124 235 42 56 0 46 400 36 57
Binary 1101000 1010100 10011101 100010 101110 0 100110 100000000 11110 101111

Color Harmonies of #68549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68549D

Black with #68549D

Text Example


Text Example

White with #68549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68549D; }

 p { color: rgb(104,84,157); }

 H1.HeaderClassName
 {
   color: #68549D;
 }
 .AnyTagClassName
 {
   color: #68549D;
 }
</style>

background-color css

<style>
 a { background-color: #68549D; }

 a { background-color: rgb(104,84,157); }

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

border-color css

<style>
 span { border-color: #68549D; }

 span { border-color: rgb(104,84,157); }

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