Html Css Color HEX #6B5787 Butterfly Bush

📋 copy color: '#6B5787'

red 107 ◦ green 87 ◦ blue 135

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

Shades of Butterfly Bush #6B5787

Tints of Butterfly Bush #6B5787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 32.52%
G = 26.44%
B = 41.03%

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

#6B5787 (or 0x6B5787) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 87. RGB value is (107,87,135). Sum of RGB (Red+Green+Blue) = 107+87+135=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5787 is #94A878. Grayscale: #626262. Windows color (decimal): -9742457 or 8869739. OLE color: 8869739.

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

Color convert

RGB 107 87 135 -
CMYK 0.21 0.36 0 0.47
HSL 265º 0.22% 0.44% -
HSV(B) 265º 0.36% 0.53% -
XYZ 13.84 11.69 24.45 -
YUV 98.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 107 87 135 0.21 0.36 0 0.47 265 0.22 0.44
Hex 6B 57 87 15 24 0 2F 109 16 2C
Octal 153 127 207 25 44 0 57 411 26 54
Binary 1101011 1010111 10000111 10101 100100 0 101111 100001001 10110 101100

Color Harmonies of #6B5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5787

Black with #6B5787

Text Example


Text Example

White with #6B5787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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