Html Css Color HEX #6E569B Butterfly Bush

📋 copy color: '#6E569B'

red 110 ◦ green 86 ◦ blue 155

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

Shades of Butterfly Bush #6E569B

Tints of Butterfly Bush #6E569B

RGB

 RED value IS 110 (43.36% from 255) = 31.34%

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

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

R = 31.34%
G = 24.5%
B = 44.16%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E569B (or 0x6E569B) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 9B. RGB value is (110,86,155). Sum of RGB (Red+Green+Blue) = 110+86+155=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E569B is #91A964. Grayscale: #646464. Windows color (decimal): -9546085 or 10180206. OLE color: 10180206.

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

Color convert

RGB 110 86 155 -
CMYK 0.29 0.45 0 0.39
HSL 260.87º 0.29% 0.47% -
HSV(B) 260.87º 0.45% 0.61% -
XYZ 15.67 12.34 32.57 -
YUV 101.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 110 86 155 0.29 0.45 0 0.39 260.87 0.29 0.47
Hex 6E 56 9B 1D 2D 0 27 105 1D 2F
Octal 156 126 233 35 55 0 47 405 35 57
Binary 1101110 1010110 10011011 11101 101101 0 100111 100000101 11101 101111

Color Harmonies of #6E569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E569B

Black with #6E569B

Text Example


Text Example

White with #6E569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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