Html Css Color HEX #6E5D96 Butterfly Bush

📋 copy color: '#6E5D96'

red 110 ◦ green 93 ◦ blue 150

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

Shades of Butterfly Bush #6E5D96

Tints of Butterfly Bush #6E5D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 31.16%
G = 26.35%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E5D96 (or 0x6E5D96) is known color: Butterfly Bush. HEX triplet: 6E, 5D and 96. RGB value is (110,93,150). Sum of RGB (Red+Green+Blue) = 110+93+150=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E5D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5D96 is #91A269. Grayscale: #686868. Windows color (decimal): -9544298 or 9854318. OLE color: 9854318.

HSL color Cylindrical-coordinate representation of color #6E5D96: hue angle of 257.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E5D96 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 93 150 -
CMYK 0.27 0.38 0 0.41
HSL 257.89º 0.23% 0.48% -
HSV(B) 257.89º 0.38% 0.59% -
XYZ 15.85 13.35 30.59 -
YUV 104.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 110 93 150 0.27 0.38 0 0.41 257.89 0.23 0.48
Hex 6E 5D 96 1B 26 0 29 102 17 30
Octal 156 135 226 33 46 0 51 402 27 60
Binary 1101110 1011101 10010110 11011 100110 0 101001 100000010 10111 110000

Color Harmonies of #6E5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5D96

Black with #6E5D96

Text Example


Text Example

White with #6E5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,150); }

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

background-color css

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

 a { background-color: rgb(110,93,150); }

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

border-color css

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

 span { border-color: rgb(110,93,150); }

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