Html Css Color HEX #6E599A Butterfly Bush

📋 copy color: '#6E599A'

red 110 ◦ green 89 ◦ blue 154

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

Shades of Butterfly Bush #6E599A

Tints of Butterfly Bush #6E599A

RGB

 RED value IS 110 (43.36% from 255) = 31.16%

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 31.16%
G = 25.21%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E599A (or 0x6E599A) is known color: Butterfly Bush. HEX triplet: 6E, 59 and 9A. RGB value is (110,89,154). Sum of RGB (Red+Green+Blue) = 110+89+154=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E599A is #91A665. Grayscale: #666666. Windows color (decimal): -9545318 or 10115438. OLE color: 10115438.

HSL color Cylindrical-coordinate representation of color #6E599A: hue angle of 259.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E599A is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 89 154 -
CMYK 0.29 0.42 0 0.40
HSL 259.38º 0.27% 0.48% -
HSV(B) 259.38º 0.42% 0.6% -
XYZ 15.84 12.79 32.21 -
YUV 102.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 110 89 154 0.29 0.42 0 0.40 259.38 0.27 0.48
Hex 6E 59 9A 1D 2A 0 28 103 1B 30
Octal 156 131 232 35 52 0 50 403 33 60
Binary 1101110 1011001 10011010 11101 101010 0 101000 100000011 11011 110000

Color Harmonies of #6E599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E599A

Black with #6E599A

Text Example


Text Example

White with #6E599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,154); }

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

background-color css

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

 a { background-color: rgb(110,89,154); }

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

border-color css

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

 span { border-color: rgb(110,89,154); }

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