Html Css Color HEX #6E5792 Butterfly Bush

📋 copy color: '#6E5792'

red 110 ◦ green 87 ◦ blue 146

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

Shades of Butterfly Bush #6E5792

Tints of Butterfly Bush #6E5792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 32.07%
G = 25.36%
B = 42.57%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5792 (or 0x6E5792) is known color: Butterfly Bush. HEX triplet: 6E, 57 and 92. RGB value is (110,87,146). Sum of RGB (Red+Green+Blue) = 110+87+146=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5792 is #91A86D. Grayscale: #646464. Windows color (decimal): -9545838 or 9590638. OLE color: 9590638.

HSL color Cylindrical-coordinate representation of color #6E5792: hue angle of 263.39º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E5792 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 87 146 -
CMYK 0.25 0.40 0 0.43
HSL 263.39º 0.25% 0.46% -
HSV(B) 263.39º 0.4% 0.57% -
XYZ 15.03 12.21 28.76 -
YUV 100.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 110 87 146 0.25 0.40 0 0.43 263.39 0.25 0.46
Hex 6E 57 92 19 28 0 2B 107 19 2E
Octal 156 127 222 31 50 0 53 407 31 56
Binary 1101110 1010111 10010010 11001 101000 0 101011 100000111 11001 101110

Color Harmonies of #6E5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5792

Black with #6E5792

Text Example


Text Example

White with #6E5792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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