Html Css Color HEX #6A5895 Butterfly Bush

📋 copy color: '#6A5895'

red 106 ◦ green 88 ◦ blue 149

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

Shades of Butterfly Bush #6A5895

Tints of Butterfly Bush #6A5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 30.9%
G = 25.66%
B = 43.44%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A5895 (or 0x6A5895) is known color: Butterfly Bush. HEX triplet: 6A, 58 and 95. RGB value is (106,88,149). Sum of RGB (Red+Green+Blue) = 106+88+149=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A5895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5895 is #95A76A. Grayscale: #646464. Windows color (decimal): -9807723 or 9787498. OLE color: 9787498.

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

Color convert

RGB 106 88 149 -
CMYK 0.29 0.41 0 0.42
HSL 257.7º 0.26% 0.46% -
HSV(B) 257.7º 0.41% 0.58% -
XYZ 14.86 12.21 30.01 -
YUV 100.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 106 88 149 0.29 0.41 0 0.42 257.7 0.26 0.46
Hex 6A 58 95 1D 29 0 2A 102 1A 2E
Octal 152 130 225 35 51 0 52 402 32 56
Binary 1101010 1011000 10010101 11101 101001 0 101010 100000010 11010 101110

Color Harmonies of #6A5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5895

Black with #6A5895

Text Example


Text Example

White with #6A5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,149); }

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

background-color css

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

 a { background-color: rgb(106,88,149); }

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

border-color css

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

 span { border-color: rgb(106,88,149); }

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