Html Css Color HEX #6A559A Butterfly Bush

📋 copy color: '#6A559A'

red 106 ◦ green 85 ◦ blue 154

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

Shades of Butterfly Bush #6A559A

Tints of Butterfly Bush #6A559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 30.72%
G = 24.64%
B = 44.64%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A559A (or 0x6A559A) is known color: Butterfly Bush. HEX triplet: 6A, 55 and 9A. RGB value is (106,85,154). Sum of RGB (Red+Green+Blue) = 106+85+154=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A559A is #95AA65. Grayscale: #626262. Windows color (decimal): -9808486 or 10114410. OLE color: 10114410.

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

Color convert

RGB 106 85 154 -
CMYK 0.31 0.45 0 0.40
HSL 258.26º 0.29% 0.47% -
HSV(B) 258.26º 0.45% 0.6% -
XYZ 15.03 11.89 32.08 -
YUV 99.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 106 85 154 0.31 0.45 0 0.40 258.26 0.29 0.47
Hex 6A 55 9A 1F 2D 0 28 102 1D 2F
Octal 152 125 232 37 55 0 50 402 35 57
Binary 1101010 1010101 10011010 11111 101101 0 101000 100000010 11101 101111

Color Harmonies of #6A559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A559A

Black with #6A559A

Text Example


Text Example

White with #6A559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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