Html Css Color HEX #6E588A Butterfly Bush

📋 copy color: '#6E588A'

red 110 ◦ green 88 ◦ blue 138

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

Shades of Butterfly Bush #6E588A

Tints of Butterfly Bush #6E588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 32.74%
G = 26.19%
B = 41.07%

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

#6E588A (or 0x6E588A) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 8A. RGB value is (110,88,138). Sum of RGB (Red+Green+Blue) = 110+88+138=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E588A is #91A775. Grayscale: #646464. Windows color (decimal): -9545590 or 9066606. OLE color: 9066606.

HSL color Cylindrical-coordinate representation of color #6E588A: hue angle of 266.4º 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 #6E588A is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 88 138 -
CMYK 0.20 0.36 0 0.46
HSL 266.4º 0.22% 0.44% -
HSV(B) 266.4º 0.36% 0.54% -
XYZ 14.51 12.13 25.62 -
YUV 100.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 110 88 138 0.20 0.36 0 0.46 266.4 0.22 0.44
Hex 6E 58 8A 14 24 0 2E 10A 16 2C
Octal 156 130 212 24 44 0 56 412 26 54
Binary 1101110 1011000 10001010 10100 100100 0 101110 100001010 10110 101100

Color Harmonies of #6E588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E588A

Black with #6E588A

Text Example


Text Example

White with #6E588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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