Html Css Color HEX #6E5989 Butterfly Bush

📋 copy color: '#6E5989'

red 110 ◦ green 89 ◦ blue 137

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

Shades of Butterfly Bush #6E5989

Tints of Butterfly Bush #6E5989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 32.74%
G = 26.49%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E5989 (or 0x6E5989) is known color: Butterfly Bush. HEX triplet: 6E, 59 and 89. RGB value is (110,89,137). Sum of RGB (Red+Green+Blue) = 110+89+137=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5989 is #91A676. Grayscale: #646464. Windows color (decimal): -9545335 or 9001326. OLE color: 9001326.

HSL color Cylindrical-coordinate representation of color #6E5989: hue angle of 266.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E5989 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 89 137 -
CMYK 0.20 0.35 0 0.46
HSL 266.25º 0.21% 0.44% -
HSV(B) 266.25º 0.35% 0.54% -
XYZ 14.52 12.27 25.27 -
YUV 100.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 110 89 137 0.20 0.35 0 0.46 266.25 0.21 0.44
Hex 6E 59 89 14 23 0 2E 10A 15 2C
Octal 156 131 211 24 43 0 56 412 25 54
Binary 1101110 1011001 10001001 10100 100011 0 101110 100001010 10101 101100

Color Harmonies of #6E5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5989

Black with #6E5989

Text Example


Text Example

White with #6E5989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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