Html Css Color HEX #6E5884 Butterfly Bush

📋 copy color: '#6E5884'

red 110 ◦ green 88 ◦ blue 132

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

Shades of Butterfly Bush #6E5884

Tints of Butterfly Bush #6E5884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E5884 (or 0x6E5884) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 84. RGB value is (110,88,132). Sum of RGB (Red+Green+Blue) = 110+88+132=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5884 is #91A77B. Grayscale: #636363. Windows color (decimal): -9545596 or 8673390. OLE color: 8673390.

HSL color Cylindrical-coordinate representation of color #6E5884: hue angle of 270º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E5884 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 88 132 -
CMYK 0.17 0.33 0 0.48
HSL 270º 0.2% 0.43% -
HSV(B) 270º 0.33% 0.52% -
XYZ 14.08 11.96 23.4 -
YUV 99.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 110 88 132 0.17 0.33 0 0.48 270 0.2 0.43
Hex 6E 58 84 11 21 0 30 10E 14 2B
Octal 156 130 204 21 41 0 60 416 24 53
Binary 1101110 1011000 10000100 10001 100001 0 110000 100001110 10100 101011

Color Harmonies of #6E5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5884

Black with #6E5884

Text Example


Text Example

White with #6E5884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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