Html Css Color HEX #6C5686 Butterfly Bush

📋 copy color: '#6C5686'

red 108 ◦ green 86 ◦ blue 134

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

Shades of Butterfly Bush #6C5686

Tints of Butterfly Bush #6C5686

RGB

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

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

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

R = 32.93%
G = 26.22%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C5686 (or 0x6C5686) is known color: Butterfly Bush. HEX triplet: 6C, 56 and 86. RGB value is (108,86,134). Sum of RGB (Red+Green+Blue) = 108+86+134=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C5686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5686 is #93A979. Grayscale: #616161. Windows color (decimal): -9677178 or 8803948. OLE color: 8803948.

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

Color convert

RGB 108 86 134 -
CMYK 0.19 0.36 0 0.47
HSL 267.5º 0.22% 0.43% -
HSV(B) 267.5º 0.36% 0.53% -
XYZ 13.82 11.56 24.06 -
YUV 98.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 108 86 134 0.19 0.36 0 0.47 267.5 0.22 0.43
Hex 6C 56 86 13 24 0 2F 10C 16 2B
Octal 154 126 206 23 44 0 57 414 26 53
Binary 1101100 1010110 10000110 10011 100100 0 101111 100001100 10110 101011

Color Harmonies of #6C5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5686

Black with #6C5686

Text Example


Text Example

White with #6C5686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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