Html Css Color HEX #6B558D Butterfly Bush

📋 copy color: '#6B558D'

red 107 ◦ green 85 ◦ blue 141

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

Shades of Butterfly Bush #6B558D

Tints of Butterfly Bush #6B558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 32.13%
G = 25.53%
B = 42.34%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B558D (or 0x6B558D) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 8D. RGB value is (107,85,141). Sum of RGB (Red+Green+Blue) = 107+85+141=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B558D is #94AA72. Grayscale: #616161. Windows color (decimal): -9742963 or 9262443. OLE color: 9262443.

HSL color Cylindrical-coordinate representation of color #6B558D: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B558D is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 85 141 -
CMYK 0.24 0.40 0 0.45
HSL 263.57º 0.25% 0.44% -
HSV(B) 263.57º 0.4% 0.55% -
XYZ 14.12 11.55 26.68 -
YUV 97.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 107 85 141 0.24 0.40 0 0.45 263.57 0.25 0.44
Hex 6B 55 8D 18 28 0 2D 108 19 2C
Octal 153 125 215 30 50 0 55 410 31 54
Binary 1101011 1010101 10001101 11000 101000 0 101101 100001000 11001 101100

Color Harmonies of #6B558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B558D

Black with #6B558D

Text Example


Text Example

White with #6B558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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