Html Css Color HEX #6B559A Butterfly Bush

📋 copy color: '#6B559A'

red 107 ◦ green 85 ◦ blue 154

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

Shades of Butterfly Bush #6B559A

Tints of Butterfly Bush #6B559A

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

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

R = 30.92%
G = 24.57%
B = 44.51%

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

#6B559A (or 0x6B559A) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 9A. RGB value is (107,85,154). Sum of RGB (Red+Green+Blue) = 107+85+154=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B559A is #94AA65. Grayscale: #636363. Windows color (decimal): -9742950 or 10114411. OLE color: 10114411.

HSL color Cylindrical-coordinate representation of color #6B559A: hue angle of 259.13º 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 #6B559A is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 85 154 -
CMYK 0.31 0.45 0 0.40
HSL 259.13º 0.29% 0.47% -
HSV(B) 259.13º 0.45% 0.6% -
XYZ 15.14 11.96 32.08 -
YUV 99.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 107 85 154 0.31 0.45 0 0.40 259.13 0.29 0.47
Hex 6B 55 9A 1F 2D 0 28 103 1D 2F
Octal 153 125 232 37 55 0 50 403 35 57
Binary 1101011 1010101 10011010 11111 101101 0 101000 100000011 11101 101111

Color Harmonies of #6B559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B559A

Black with #6B559A

Text Example


Text Example

White with #6B559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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