Html Css Color HEX #6E5889 Butterfly Bush

📋 copy color: '#6E5889'

red 110 ◦ green 88 ◦ blue 137

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

Shades of Butterfly Bush #6E5889

Tints of Butterfly Bush #6E5889

RGB

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

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

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

R = 32.84%
G = 26.27%
B = 40.9%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E5889 (or 0x6E5889) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 89. RGB value is (110,88,137). Sum of RGB (Red+Green+Blue) = 110+88+137=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5889 is #91A776. Grayscale: #636363. Windows color (decimal): -9545591 or 9001070. OLE color: 9001070.

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

Color convert

RGB 110 88 137 -
CMYK 0.20 0.36 0 0.46
HSL 266.94º 0.22% 0.44% -
HSV(B) 266.94º 0.36% 0.54% -
XYZ 14.44 12.1 25.24 -
YUV 100.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 110 88 137 0.20 0.36 0 0.46 266.94 0.22 0.44
Hex 6E 58 89 14 24 0 2E 10B 16 2C
Octal 156 130 211 24 44 0 56 413 26 54
Binary 1101110 1011000 10001001 10100 100100 0 101110 100001011 10110 101100

Color Harmonies of #6E5889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5889

Black with #6E5889

Text Example


Text Example

White with #6E5889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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