Html Css Color HEX #6A559B Butterfly Bush

📋 copy color: '#6A559B'

red 106 ◦ green 85 ◦ blue 155

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

Shades of Butterfly Bush #6A559B

Tints of Butterfly Bush #6A559B

RGB

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

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

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

R = 30.64%
G = 24.57%
B = 44.8%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A559B (or 0x6A559B) is known color: Butterfly Bush. HEX triplet: 6A, 55 and 9B. RGB value is (106,85,155). Sum of RGB (Red+Green+Blue) = 106+85+155=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A559B is #95AA64. Grayscale: #626262. Windows color (decimal): -9808485 or 10179946. OLE color: 10179946.

HSL color Cylindrical-coordinate representation of color #6A559B: hue angle of 258º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A559B is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 85 155 -
CMYK 0.32 0.45 0 0.39
HSL 258º 0.29% 0.47% -
HSV(B) 258º 0.45% 0.61% -
XYZ 15.11 11.93 32.52 -
YUV 99.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 106 85 155 0.32 0.45 0 0.39 258 0.29 0.47
Hex 6A 55 9B 20 2D 0 27 102 1D 2F
Octal 152 125 233 40 55 0 47 402 35 57
Binary 1101010 1010101 10011011 100000 101101 0 100111 100000010 11101 101111

Color Harmonies of #6A559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A559B

Black with #6A559B

Text Example


Text Example

White with #6A559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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