Html Css Color HEX #6A4C91 Butterfly Bush

📋 copy color: '#6A4C91'

red 106 ◦ green 76 ◦ blue 145

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

Shades of Butterfly Bush #6A4C91

Tints of Butterfly Bush #6A4C91

RGB

 RED value IS 106 (41.8% from 255) = 32.42%

 GREEN value IS 76 (30.08% from 255) = 23.24%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 32.42%
G = 23.24%
B = 44.34%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A4C91 (or 0x6A4C91) is known color: Butterfly Bush. HEX triplet: 6A, 4C and 91. RGB value is (106,76,145). Sum of RGB (Red+Green+Blue) = 106+76+145=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A4C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4C91 is #95B36E. Grayscale: #5C5C5C. Windows color (decimal): -9810799 or 9522282. OLE color: 9522282.

HSL color Cylindrical-coordinate representation of color #6A4C91: hue angle of 266.09º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A4C91 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 76 145 -
CMYK 0.27 0.48 0 0.43
HSL 266.09º 0.31% 0.43% -
HSV(B) 266.09º 0.48% 0.57% -
XYZ 13.64 10.28 28.05 -
YUV 92.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 106 76 145 0.27 0.48 0 0.43 266.09 0.31 0.43
Hex 6A 4C 91 1B 30 0 2B 10A 1F 2B
Octal 152 114 221 33 60 0 53 412 37 53
Binary 1101010 1001100 10010001 11011 110000 0 101011 100001010 11111 101011

Color Harmonies of #6A4C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C91

Black with #6A4C91

Text Example


Text Example

White with #6A4C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,145); }

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

background-color css

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

 a { background-color: rgb(106,76,145); }

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

border-color css

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

 span { border-color: rgb(106,76,145); }

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