Html Css Color HEX #6B5686 Butterfly Bush

📋 copy color: '#6B5686'

red 107 ◦ green 86 ◦ blue 134

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

Shades of Butterfly Bush #6B5686

Tints of Butterfly Bush #6B5686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 32.72%
G = 26.3%
B = 40.98%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B5686 (or 0x6B5686) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 86. RGB value is (107,86,134). Sum of RGB (Red+Green+Blue) = 107+86+134=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B5686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5686 is #94A979. Grayscale: #616161. Windows color (decimal): -9742714 or 8803947. OLE color: 8803947.

HSL color Cylindrical-coordinate representation of color #6B5686: hue angle of 266.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5686 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 86 134 -
CMYK 0.20 0.36 0 0.47
HSL 266.25º 0.22% 0.43% -
HSV(B) 266.25º 0.36% 0.53% -
XYZ 13.69 11.5 24.05 -
YUV 97.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 107 86 134 0.20 0.36 0 0.47 266.25 0.22 0.43
Hex 6B 56 86 14 24 0 2F 10A 16 2B
Octal 153 126 206 24 44 0 57 412 26 53
Binary 1101011 1010110 10000110 10100 100100 0 101111 100001010 10110 101011

Color Harmonies of #6B5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5686

Black with #6B5686

Text Example


Text Example

White with #6B5686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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