Html Css Color HEX #6B569B Butterfly Bush

📋 copy color: '#6B569B'

red 107 ◦ green 86 ◦ blue 155

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

Shades of Butterfly Bush #6B569B

Tints of Butterfly Bush #6B569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 30.75%
G = 24.71%
B = 44.54%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B569B (or 0x6B569B) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 9B. RGB value is (107,86,155). Sum of RGB (Red+Green+Blue) = 107+86+155=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B569B is #94A964. Grayscale: #636363. Windows color (decimal): -9742693 or 10180203. OLE color: 10180203.

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

Color convert

RGB 107 86 155 -
CMYK 0.31 0.45 0 0.39
HSL 258.26º 0.29% 0.47% -
HSV(B) 258.26º 0.45% 0.61% -
XYZ 15.31 12.15 32.55 -
YUV 100.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 107 86 155 0.31 0.45 0 0.39 258.26 0.29 0.47
Hex 6B 56 9B 1F 2D 0 27 102 1D 2F
Octal 153 126 233 37 55 0 47 402 35 57
Binary 1101011 1010110 10011011 11111 101101 0 100111 100000010 11101 101111

Color Harmonies of #6B569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B569B

Black with #6B569B

Text Example


Text Example

White with #6B569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,86,155); }

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

background-color css

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

 a { background-color: rgb(107,86,155); }

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

border-color css

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

 span { border-color: rgb(107,86,155); }

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