Html Css Color HEX #68557D Butterfly Bush

📋 copy color: '#68557D'

red 104 ◦ green 85 ◦ blue 125

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

Shades of Butterfly Bush #68557D

Tints of Butterfly Bush #68557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 33.12%
G = 27.07%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68557D (or 0x68557D) is known color: Butterfly Bush. HEX triplet: 68, 55 and 7D. RGB value is (104,85,125). Sum of RGB (Red+Green+Blue) = 104+85+125=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #68557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68557D is #97AA82. Grayscale: #5F5F5F. Windows color (decimal): -9939587 or 8213864. OLE color: 8213864.

HSL color Cylindrical-coordinate representation of color #68557D: hue angle of 268.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68557D is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 85 125 -
CMYK 0.17 0.32 0 0.51
HSL 268.5º 0.19% 0.41% -
HSV(B) 268.5º 0.32% 0.49% -
XYZ 12.66 10.92 20.84 -
YUV 95.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 104 85 125 0.17 0.32 0 0.51 268.5 0.19 0.41
Hex 68 55 7D 11 20 0 33 10C 13 29
Octal 150 125 175 21 40 0 63 414 23 51
Binary 1101000 1010101 1111101 10001 100000 0 110011 100001100 10011 101001

Color Harmonies of #68557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68557D

Black with #68557D

Text Example


Text Example

White with #68557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,85,125); }

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

background-color css

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

 a { background-color: rgb(104,85,125); }

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

border-color css

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

 span { border-color: rgb(104,85,125); }

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