Html Css Color HEX #6E5987 Butterfly Bush

📋 copy color: '#6E5987'

red 110 ◦ green 89 ◦ blue 135

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

Shades of Butterfly Bush #6E5987

Tints of Butterfly Bush #6E5987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 32.93%
G = 26.65%
B = 40.42%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E5987 (or 0x6E5987) is known color: Butterfly Bush. HEX triplet: 6E, 59 and 87. RGB value is (110,89,135). Sum of RGB (Red+Green+Blue) = 110+89+135=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E5987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5987 is #91A678. Grayscale: #646464. Windows color (decimal): -9545337 or 8870254. OLE color: 8870254.

HSL color Cylindrical-coordinate representation of color #6E5987: hue angle of 267.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E5987 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 89 135 -
CMYK 0.19 0.34 0 0.47
HSL 267.39º 0.21% 0.44% -
HSV(B) 267.39º 0.34% 0.53% -
XYZ 14.38 12.21 24.52 -
YUV 100.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 110 89 135 0.19 0.34 0 0.47 267.39 0.21 0.44
Hex 6E 59 87 13 22 0 2F 10B 15 2C
Octal 156 131 207 23 42 0 57 413 25 54
Binary 1101110 1011001 10000111 10011 100010 0 101111 100001011 10101 101100

Color Harmonies of #6E5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5987

Black with #6E5987

Text Example


Text Example

White with #6E5987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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