Html Css Color HEX #6E5589 Butterfly Bush

📋 copy color: '#6E5589'

red 110 ◦ green 85 ◦ blue 137

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

Shades of Butterfly Bush #6E5589

Tints of Butterfly Bush #6E5589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

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

R = 33.13%
G = 25.6%
B = 41.27%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E5589 (or 0x6E5589) is known color: Butterfly Bush. HEX triplet: 6E, 55 and 89. RGB value is (110,85,137). Sum of RGB (Red+Green+Blue) = 110+85+137=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5589 is #91AA76. Grayscale: #626262. Windows color (decimal): -9546359 or 9000302. OLE color: 9000302.

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

Color convert

RGB 110 85 137 -
CMYK 0.20 0.38 0 0.46
HSL 268.85º 0.23% 0.44% -
HSV(B) 268.85º 0.38% 0.54% -
XYZ 14.19 11.62 25.16 -
YUV 98.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 110 85 137 0.20 0.38 0 0.46 268.85 0.23 0.44
Hex 6E 55 89 14 26 0 2E 10D 17 2C
Octal 156 125 211 24 46 0 56 415 27 54
Binary 1101110 1010101 10001001 10100 100110 0 101110 100001101 10111 101100

Color Harmonies of #6E5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5589

Black with #6E5589

Text Example


Text Example

White with #6E5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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