Html Css Color HEX #6A5091 Butterfly Bush

📋 copy color: '#6A5091'

red 106 ◦ green 80 ◦ blue 145

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

Shades of Butterfly Bush #6A5091

Tints of Butterfly Bush #6A5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 32.02%
G = 24.17%
B = 43.81%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A5091 (or 0x6A5091) is known color: Butterfly Bush. HEX triplet: 6A, 50 and 91. RGB value is (106,80,145). Sum of RGB (Red+Green+Blue) = 106+80+145=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5091 is #95AF6E. Grayscale: #5E5E5E. Windows color (decimal): -9809775 or 9523306. OLE color: 9523306.

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

Color convert

RGB 106 80 145 -
CMYK 0.27 0.45 0 0.43
HSL 264º 0.29% 0.44% -
HSV(B) 264º 0.45% 0.57% -
XYZ 13.92 10.85 28.15 -
YUV 95.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 106 80 145 0.27 0.45 0 0.43 264 0.29 0.44
Hex 6A 50 91 1B 2D 0 2B 108 1D 2C
Octal 152 120 221 33 55 0 53 410 35 54
Binary 1101010 1010000 10010001 11011 101101 0 101011 100001000 11101 101100

Color Harmonies of #6A5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5091

Black with #6A5091

Text Example


Text Example

White with #6A5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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