Html Css Color HEX #6D5B92 Butterfly Bush

📋 copy color: '#6D5B92'

red 109 ◦ green 91 ◦ blue 146

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

Shades of Butterfly Bush #6D5B92

Tints of Butterfly Bush #6D5B92

RGB

 RED value IS 109 (42.97% from 255) = 31.5%

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 31.5%
G = 26.3%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D5B92 (or 0x6D5B92) is known color: Butterfly Bush. HEX triplet: 6D, 5B and 92. RGB value is (109,91,146). Sum of RGB (Red+Green+Blue) = 109+91+146=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D5B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5B92 is #92A46D. Grayscale: #666666. Windows color (decimal): -9610350 or 9591661. OLE color: 9591661.

HSL color Cylindrical-coordinate representation of color #6D5B92: hue angle of 259.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D5B92 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 91 146 -
CMYK 0.25 0.38 0 0.43
HSL 259.64º 0.23% 0.46% -
HSV(B) 259.64º 0.38% 0.57% -
XYZ 15.24 12.81 28.86 -
YUV 102.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 109 91 146 0.25 0.38 0 0.43 259.64 0.23 0.46
Hex 6D 5B 92 19 26 0 2B 104 17 2E
Octal 155 133 222 31 46 0 53 404 27 56
Binary 1101101 1011011 10010010 11001 100110 0 101011 100000100 10111 101110

Color Harmonies of #6D5B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B92

Black with #6D5B92

Text Example


Text Example

White with #6D5B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,91,146); }

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

background-color css

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

 a { background-color: rgb(109,91,146); }

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

border-color css

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

 span { border-color: rgb(109,91,146); }

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