Html Css Color HEX #6D5A92 Butterfly Bush

📋 copy color: '#6D5A92'

red 109 ◦ green 90 ◦ blue 146

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

Shades of Butterfly Bush #6D5A92

Tints of Butterfly Bush #6D5A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 31.59%
G = 26.09%
B = 42.32%

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

#6D5A92 (or 0x6D5A92) is known color: Butterfly Bush. HEX triplet: 6D, 5A and 92. RGB value is (109,90,146). Sum of RGB (Red+Green+Blue) = 109+90+146=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D5A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5A92 is #92A56D. Grayscale: #656565. Windows color (decimal): -9610606 or 9591405. OLE color: 9591405.

HSL color Cylindrical-coordinate representation of color #6D5A92: hue angle of 260.36º degrees, saturation: 0.24, 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 #6D5A92 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 90 146 -
CMYK 0.25 0.38 0 0.43
HSL 260.36º 0.24% 0.46% -
HSV(B) 260.36º 0.38% 0.57% -
XYZ 15.15 12.64 28.84 -
YUV 102.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 109 90 146 0.25 0.38 0 0.43 260.36 0.24 0.46
Hex 6D 5A 92 19 26 0 2B 104 18 2E
Octal 155 132 222 31 46 0 53 404 30 56
Binary 1101101 1011010 10010010 11001 100110 0 101011 100000100 11000 101110

Color Harmonies of #6D5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A92

Black with #6D5A92

Text Example


Text Example

White with #6D5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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