Html Css Color HEX #6A5580 Butterfly Bush

📋 copy color: '#6A5580'

red 106 ◦ green 85 ◦ blue 128

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

Shades of Butterfly Bush #6A5580

Tints of Butterfly Bush #6A5580

RGB

 RED value IS 106 (41.8% from 255) = 33.23%

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

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 33.23%
G = 26.65%
B = 40.13%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A5580 (or 0x6A5580) is known color: Butterfly Bush. HEX triplet: 6A, 55 and 80. RGB value is (106,85,128). Sum of RGB (Red+Green+Blue) = 106+85+128=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A5580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5580 is #95AA7F. Grayscale: #606060. Windows color (decimal): -9808512 or 8410474. OLE color: 8410474.

HSL color Cylindrical-coordinate representation of color #6A5580: hue angle of 269.3º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A5580 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 85 128 -
CMYK 0.17 0.34 0 0.50
HSL 269.3º 0.2% 0.42% -
HSV(B) 269.3º 0.34% 0.5% -
XYZ 13.09 11.12 21.88 -
YUV 96.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 106 85 128 0.17 0.34 0 0.50 269.3 0.2 0.42
Hex 6A 55 80 11 22 0 32 10D 14 2A
Octal 152 125 200 21 42 0 62 415 24 52
Binary 1101010 1010101 10000000 10001 100010 0 110010 100001101 10100 101010

Color Harmonies of #6A5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5580

Black with #6A5580

Text Example


Text Example

White with #6A5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A5580; }

 p { color: rgb(106,85,128); }

 H1.HeaderClassName
 {
   color: #6A5580;
 }
 .AnyTagClassName
 {
   color: #6A5580;
 }
</style>

background-color css

<style>
 a { background-color: #6A5580; }

 a { background-color: rgb(106,85,128); }

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

border-color css

<style>
 span { border-color: #6A5580; }

 span { border-color: rgb(106,85,128); }

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