Html Css Color HEX #6A5496 Butterfly Bush

📋 copy color: '#6A5496'

red 106 ◦ green 84 ◦ blue 150

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

Shades of Butterfly Bush #6A5496

Tints of Butterfly Bush #6A5496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 31.18%
G = 24.71%
B = 44.12%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6A5496 (or 0x6A5496) is known color: Butterfly Bush. HEX triplet: 6A, 54 and 96. RGB value is (106,84,150). Sum of RGB (Red+Green+Blue) = 106+84+150=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A5496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5496 is #95AB69. Grayscale: #616161. Windows color (decimal): -9808746 or 9852010. OLE color: 9852010.

HSL color Cylindrical-coordinate representation of color #6A5496: hue angle of 260º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A5496 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 84 150 -
CMYK 0.29 0.44 0 0.41
HSL 260º 0.28% 0.46% -
HSV(B) 260º 0.44% 0.59% -
XYZ 14.62 11.61 30.32 -
YUV 98.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 106 84 150 0.29 0.44 0 0.41 260 0.28 0.46
Hex 6A 54 96 1D 2C 0 29 104 1C 2E
Octal 152 124 226 35 54 0 51 404 34 56
Binary 1101010 1010100 10010110 11101 101100 0 101001 100000100 11100 101110

Color Harmonies of #6A5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5496

Black with #6A5496

Text Example


Text Example

White with #6A5496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,150); }

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

background-color css

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

 a { background-color: rgb(106,84,150); }

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

border-color css

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

 span { border-color: rgb(106,84,150); }

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