Html Css Color HEX #68519B Butterfly Bush

📋 copy color: '#68519B'

red 104 ◦ green 81 ◦ blue 155

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

Shades of Butterfly Bush #68519B

Tints of Butterfly Bush #68519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 30.59%
G = 23.82%
B = 45.59%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68519B (or 0x68519B) is known color: Butterfly Bush. HEX triplet: 68, 51 and 9B. RGB value is (104,81,155). Sum of RGB (Red+Green+Blue) = 104+81+155=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #68519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519B is #97AE64. Grayscale: #606060. Windows color (decimal): -9940581 or 10178920. OLE color: 10178920.

HSL color Cylindrical-coordinate representation of color #68519B: hue angle of 258.65º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68519B is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 81 155 -
CMYK 0.33 0.48 0 0.39
HSL 258.65º 0.31% 0.46% -
HSV(B) 258.65º 0.48% 0.61% -
XYZ 14.57 11.19 32.4 -
YUV 96.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 104 81 155 0.33 0.48 0 0.39 258.65 0.31 0.46
Hex 68 51 9B 21 30 0 27 103 1F 2E
Octal 150 121 233 41 60 0 47 403 37 56
Binary 1101000 1010001 10011011 100001 110000 0 100111 100000011 11111 101110

Color Harmonies of #68519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68519B

Black with #68519B

Text Example


Text Example

White with #68519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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