Html Css Color HEX #6B5987 Butterfly Bush

📋 copy color: '#6B5987'

red 107 ◦ green 89 ◦ blue 135

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

Shades of Butterfly Bush #6B5987

Tints of Butterfly Bush #6B5987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 32.33%
G = 26.89%
B = 40.79%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B5987 (or 0x6B5987) is known color: Butterfly Bush. HEX triplet: 6B, 59 and 87. RGB value is (107,89,135). Sum of RGB (Red+Green+Blue) = 107+89+135=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5987 is #94A678. Grayscale: #636363. Windows color (decimal): -9741945 or 8870251. OLE color: 8870251.

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

Color convert

RGB 107 89 135 -
CMYK 0.21 0.34 0 0.47
HSL 263.48º 0.21% 0.44% -
HSV(B) 263.48º 0.34% 0.53% -
XYZ 14.01 12.02 24.5 -
YUV 99.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 107 89 135 0.21 0.34 0 0.47 263.48 0.21 0.44
Hex 6B 59 87 15 22 0 2F 107 15 2C
Octal 153 131 207 25 42 0 57 407 25 54
Binary 1101011 1011001 10000111 10101 100010 0 101111 100000111 10101 101100

Color Harmonies of #6B5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5987

Black with #6B5987

Text Example


Text Example

White with #6B5987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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