Html Css Color HEX #68519D Butterfly Bush

📋 copy color: '#68519D'

red 104 ◦ green 81 ◦ blue 157

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

Shades of Butterfly Bush #68519D

Tints of Butterfly Bush #68519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 30.41%
G = 23.68%
B = 45.91%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68519D (or 0x68519D) is known color: Butterfly Bush. HEX triplet: 68, 51 and 9D. RGB value is (104,81,157). Sum of RGB (Red+Green+Blue) = 104+81+157=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #68519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519D is #97AE62. Grayscale: #606060. Windows color (decimal): -9940579 or 10309992. OLE color: 10309992.

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

Color convert

RGB 104 81 157 -
CMYK 0.34 0.48 0 0.38
HSL 258.16º 0.32% 0.47% -
HSV(B) 258.16º 0.48% 0.62% -
XYZ 14.74 11.26 33.3 -
YUV 96.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 104 81 157 0.34 0.48 0 0.38 258.16 0.32 0.47
Hex 68 51 9D 22 30 0 26 102 20 2F
Octal 150 121 235 42 60 0 46 402 40 57
Binary 1101000 1010001 10011101 100010 110000 0 100110 100000010 100000 101111

Color Harmonies of #68519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68519D

Black with #68519D

Text Example


Text Example

White with #68519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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