Html Css Color HEX #6B5687 Butterfly Bush

📋 copy color: '#6B5687'

red 107 ◦ green 86 ◦ blue 135

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

Shades of Butterfly Bush #6B5687

Tints of Butterfly Bush #6B5687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 32.62%
G = 26.22%
B = 41.16%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B5687 (or 0x6B5687) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 87. RGB value is (107,86,135). Sum of RGB (Red+Green+Blue) = 107+86+135=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5687 is #94A978. Grayscale: #616161. Windows color (decimal): -9742713 or 8869483. OLE color: 8869483.

HSL color Cylindrical-coordinate representation of color #6B5687: hue angle of 265.71º 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 #6B5687 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 86 135 -
CMYK 0.21 0.36 0 0.47
HSL 265.71º 0.22% 0.43% -
HSV(B) 265.71º 0.36% 0.53% -
XYZ 13.76 11.53 24.42 -
YUV 97.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 107 86 135 0.21 0.36 0 0.47 265.71 0.22 0.43
Hex 6B 56 87 15 24 0 2F 10A 16 2B
Octal 153 126 207 25 44 0 57 412 26 53
Binary 1101011 1010110 10000111 10101 100100 0 101111 100001010 10110 101011

Color Harmonies of #6B5687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5687

Black with #6B5687

Text Example


Text Example

White with #6B5687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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