Html Css Color HEX #68568B Butterfly Bush

📋 copy color: '#68568B'

red 104 ◦ green 86 ◦ blue 139

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

Shades of Butterfly Bush #68568B

Tints of Butterfly Bush #68568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

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

R = 31.61%
G = 26.14%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68568B (or 0x68568B) is known color: Butterfly Bush. HEX triplet: 68, 56 and 8B. RGB value is (104,86,139). Sum of RGB (Red+Green+Blue) = 104+86+139=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #68568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68568B is #97A974. Grayscale: #616161. Windows color (decimal): -9939317 or 9131624. OLE color: 9131624.

HSL color Cylindrical-coordinate representation of color #68568B: hue angle of 260.38º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68568B is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 86 139 -
CMYK 0.25 0.38 0 0.45
HSL 260.38º 0.24% 0.44% -
HSV(B) 260.38º 0.38% 0.55% -
XYZ 13.7 11.46 25.92 -
YUV 97.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 104 86 139 0.25 0.38 0 0.45 260.38 0.24 0.44
Hex 68 56 8B 19 26 0 2D 104 18 2C
Octal 150 126 213 31 46 0 55 404 30 54
Binary 1101000 1010110 10001011 11001 100110 0 101101 100000100 11000 101100

Color Harmonies of #68568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68568B

Black with #68568B

Text Example


Text Example

White with #68568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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