Html Css Color HEX #6E5799 Butterfly Bush

📋 copy color: '#6E5799'

red 110 ◦ green 87 ◦ blue 153

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

Shades of Butterfly Bush #6E5799

Tints of Butterfly Bush #6E5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 31.43%
G = 24.86%
B = 43.71%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E5799 (or 0x6E5799) is known color: Butterfly Bush. HEX triplet: 6E, 57 and 99. RGB value is (110,87,153). Sum of RGB (Red+Green+Blue) = 110+87+153=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5799 is #91A866. Grayscale: #656565. Windows color (decimal): -9545831 or 10049390. OLE color: 10049390.

HSL color Cylindrical-coordinate representation of color #6E5799: hue angle of 260.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E5799 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 87 153 -
CMYK 0.28 0.43 0 0.4
HSL 260.91º 0.28% 0.47% -
HSV(B) 260.91º 0.43% 0.6% -
XYZ 15.59 12.43 31.71 -
YUV 101.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 110 87 153 0.28 0.43 0 0.4 260.91 0.28 0.47
Hex 6E 57 99 1C 2B 0 28 105 1C 2F
Octal 156 127 231 34 53 0 50 405 34 57
Binary 1101110 1010111 10011001 11100 101011 0 101000 100000101 11100 101111

Color Harmonies of #6E5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5799

Black with #6E5799

Text Example


Text Example

White with #6E5799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,153); }

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

background-color css

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

 a { background-color: rgb(110,87,153); }

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

border-color css

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

 span { border-color: rgb(110,87,153); }

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