Html Css Color HEX #6E5C89 Butterfly Bush

📋 copy color: '#6E5C89'

red 110 ◦ green 92 ◦ blue 137

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

Shades of Butterfly Bush #6E5C89

Tints of Butterfly Bush #6E5C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 32.45%
G = 27.14%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E5C89 (or 0x6E5C89) is known color: Butterfly Bush. HEX triplet: 6E, 5C and 89. RGB value is (110,92,137). Sum of RGB (Red+Green+Blue) = 110+92+137=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5C89 is #91A376. Grayscale: #666666. Windows color (decimal): -9544567 or 9002094. OLE color: 9002094.

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

Color convert

RGB 110 92 137 -
CMYK 0.20 0.33 0 0.46
HSL 264º 0.2% 0.45% -
HSV(B) 264º 0.33% 0.54% -
XYZ 14.77 12.78 25.35 -
YUV 102.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 110 92 137 0.20 0.33 0 0.46 264 0.2 0.45
Hex 6E 5C 89 14 21 0 2E 108 14 2D
Octal 156 134 211 24 41 0 56 410 24 55
Binary 1101110 1011100 10001001 10100 100001 0 101110 100001000 10100 101101

Color Harmonies of #6E5C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5C89

Black with #6E5C89

Text Example


Text Example

White with #6E5C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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