Html Css Color HEX #6C5986 Butterfly Bush

📋 copy color: '#6C5986'

red 108 ◦ green 89 ◦ blue 134

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

Shades of Butterfly Bush #6C5986

Tints of Butterfly Bush #6C5986

RGB

 RED value IS 108 (42.58% from 255) = 32.63%

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

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

R = 32.63%
G = 26.89%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C5986 (or 0x6C5986) is known color: Butterfly Bush. HEX triplet: 6C, 59 and 86. RGB value is (108,89,134). Sum of RGB (Red+Green+Blue) = 108+89+134=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C5986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5986 is #93A679. Grayscale: #636363. Windows color (decimal): -9676410 or 8804716. OLE color: 8804716.

HSL color Cylindrical-coordinate representation of color #6C5986: hue angle of 265.33º degrees, saturation: 0.2, 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 #6C5986 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 89 134 -
CMYK 0.19 0.34 0 0.47
HSL 265.33º 0.2% 0.44% -
HSV(B) 265.33º 0.34% 0.53% -
XYZ 14.06 12.05 24.14 -
YUV 99.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 108 89 134 0.19 0.34 0 0.47 265.33 0.2 0.44
Hex 6C 59 86 13 22 0 2F 109 14 2C
Octal 154 131 206 23 42 0 57 411 24 54
Binary 1101100 1011001 10000110 10011 100010 0 101111 100001001 10100 101100

Color Harmonies of #6C5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5986

Black with #6C5986

Text Example


Text Example

White with #6C5986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,89,134); }

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

background-color css

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

 a { background-color: rgb(108,89,134); }

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

border-color css

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

 span { border-color: rgb(108,89,134); }

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